🛑Error Handling

Error Response

If requests fails, you will receive the error response with a detailed description of the issue at hand:

{
  "result": "error",
  "message": "Title is not set or is too short"
}

Last updated