Skip to main content

GenericErrorResponse

Response schema for generic error messages

errors object[]required
  • Array [
  • detailstringrequired

    Error message

    statusstring

    HTTP status code

    titlestring

    Error title

  • ]
  • GenericErrorResponse
    {
    "errors": [
    {
    "detail": "You must use an account-scoped token to access this endpoint.",
    "status": "400",
    "title": "Invalid value"
    }
    ]
    }