RelatedApiError

RelatedApiError
RelatedApiError

Detailed information about a related API error

JSON Example
{
    "details": "string",
    "error_code": 0,
    "error_message": "string",
    "module_name": "string"
}
string
details
Optional

Further details about the error

integer As int64 As int64
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

Used By