ResponseStatus
Description
An object that represents the status of an API response
Model Properties
| Property | Required | Type | Description | |||
|---|---|---|---|---|---|---|
| status_code | True | integer | The HTTP status code | |||
| message | True | string | The detailed description of the API response | |||
| internal_error_code | False | integer | The internal code to distinguish the reason for the API response | |||