Aller au contenu principal

ErrorResponse

errors object[]
  • Array [
  • statusstring
    Example: 404
    titlestring
    Example: Not Found
    detailstring
    Example: The requested resource was not found
  • ]
  • ErrorResponse
    {
    "errors": [
    {
    "status": "404",
    "title": "Not Found",
    "detail": "The requested resource was not found"
    }
    ]
    }