RelatedApiError
Detailed information about a related API error
Properties
string
details
Optional
Further details about the error
integer
error_code
Optional
A numeric error code
object
error_data
Optional
Additional data about the error
string
error_message
Optional
A description of the error
string
module_name
Optional
The module name where the error occurred
Property Of
ApiError
BadGateway
BadRequest
BandwidthLimitExceeded
BlockedbyWindowsParentalControls
ClientClosedRequest
Conflict
EnhanceYourCalm
ExpectationFailed
FailedDependency
Forbidden
GatewayTimeout
Gone
HTTPVersionNotSupported
Iamateapot
InsufficientStorage
InternalServerError
LengthRequired
Locked
LoopDetected
MethodNotAllowed
NetworkAuthenticationRequired
NoResponse
NotAcceptable
NotExtended
NotFound
NotImplemented
PaymentRequired
PreconditionFailed
PreconditionRequired
ProxyAuthenticationRequired
RequestURITooLong
RequestEntityTooLarge
RequestHeaderFieldsTooLarge
RequestTimeout
RequestedRangeNotSatisfiable
ReservedforWebDAV
RetryWith
ServiceUnavailable
TooManyRequests
Unauthorized
UnavailableForLegalReasons
UnprocessableEntity
UnsupportedMediaType
UpgradeRequired
VariantAlsoNegotiates
Extended By
ApiError
JSON Example
{
"details": "string",
"error_code": 0,
"error_message": "string",
"module_name": "string"
}