Skip to content

Latest commit

 

History

History
32 lines (15 loc) · 781 Bytes

ErrorResponseError.md

File metadata and controls

32 lines (15 loc) · 781 Bytes

ErrorResponseError

Properties

Name Type Description Notes
type string [default to undefined]
message string [default to undefined]

Enum: ErrorResponseErrorTypeEnum

  • Internal (value: 'INTERNAL')

  • Authentication (value: 'AUTHENTICATION')

  • Authorization (value: 'AUTHORIZATION')

  • Validation (value: 'VALIDATION')

  • NotFound (value: 'NOT_FOUND')

  • UnprocessableEntity (value: 'UNPROCESSABLE_ENTITY')

  • Forbidden (value: 'FORBIDDEN')

[Back to top] [Back to API list] [Back to Model list] [Back to README]