Skip to main content

types.Error

Standard error response returned by all API endpoints when an error occurs.

err
errorCodetypes.ErrorCode (string)

Possible values: [INTERNAL_SERVICE_ERROR, VALIDATION_ERROR, NOT_FOUND, BAD_REQUEST, FORBIDDEN, UNPROCESSABLE_ENTITY, REQUEST_TIMEOUT]

statusCodeinteger
types.Error
{
"err": {},
"errorCode": "INTERNAL_SERVICE_ERROR",
"statusCode": 0
}