Skip to content

Latest commit

 

History

History
33 lines (16 loc) · 884 Bytes

File metadata and controls

33 lines (16 loc) · 884 Bytes

TradingErrorResponseError

Properties

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

Enum: TradingErrorResponseErrorTypeEnum

  • 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]