GET
/
error-list-example
curl --request GET \
  --url https://api.letraz.app/api/v1/error-list-example/
{
  "code": "<string>",
  "errors": [
    {
      "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "code": "<string>",
      "message": "<string>",
      "details": "<string>",
      "extra": "<string>"
    }
  ],
  "message": "<string>"
}

Response

500 - application/json
code
string
required

The error code that is unique to the error type. This can be used to identify the error type and can be used for debugging.

errors
object[]
required
message
string
required

The error message that is human readable and can be used to understand the error. Usually fit to be displayed to the user.