status | integer HTTP status code. |
message | string Description of the server action or error. |
detail | string or null Deprecated. Use |
errorType | string Error code. |
data | object or null Additional data about the error. |
{- "status": 400,
- "message": "string",
- "detail": "string",
- "errorType": "InvalidInput",
- "data": { }
}
status | integer HTTP status code. |
message | string Description of the server action or error. |
detail | string or null Deprecated. Use |
errorType | string Error code. |
data | object or null Additional data about the error. |
{- "status": 400,
- "message": "string",
- "detail": "string",
- "errorType": "BadRequest",
- "data": { }
}
The request body is not valid JSON.
status | integer HTTP status code. |
message | string Description of the server action or error. |
detail | string or null Deprecated. Use |
errorType | string Error code. |
data | object or null Additional data about the error. |
{- "status": 400,
- "message": "string",
- "detail": "string",
- "errorType": "InvalidJSON",
- "data": { }
}
status | integer HTTP status code. |
message | string Description of the server action or error. |
detail | string or null Deprecated. Use |
errorType | string Error code. |
data | object or null Additional data about the error. |
{- "status": 422,
- "message": "string",
- "detail": "string",
- "errorType": "InvalidPublicId",
- "data": { }
}
status | integer HTTP status code. |
message | string Description of the server action or error. |
detail | string or null Deprecated. Use |
errorType | string Error code. |
data | object or null Additional data about the error. |
{- "status": 422,
- "message": "string",
- "detail": "string",
- "errorType": "UnprocessableEntity",
- "data": { }
}
The user is not authorized to perform the action.
status | integer HTTP status code. |
message | string Description of the server action or error. |
detail | string or null Deprecated. Use |
errorType | string Error code. |
data | object or null Additional data about the error. |
{- "status": 403,
- "message": "string",
- "detail": "string",
- "errorType": "Forbidden",
- "data": { }
}
status | integer HTTP status code. |
message | string Description of the server action or error. |
detail | string or null Deprecated. Use |
errorType | string Error code. |
data | object or null Additional data about the error. |
{- "status": 404,
- "message": "string",
- "detail": "string",
- "errorType": "NotFound",
- "data": { }
}
The requested URL is not defined.
status | integer HTTP status code. |
message | string Description of the server action or error. |
detail | string or null Deprecated. Use |
errorType | string Error code. |
data | object or null Additional data about the error. |
{- "status": 404,
- "message": "string",
- "detail": "string",
- "errorType": "UrlNotDefined",
- "data": { }
}
status | integer HTTP status code. |
message | string Description of the server action or error. |
detail | string or null Deprecated. Use |
errorType | string Error code. |
data | object or null Additional data about the error. |
{- "status": 409,
- "message": "string",
- "detail": "string",
- "errorType": "TemplateDisabled",
- "data": { }
}
No borrower contact matching the given criteria was found.
status | integer HTTP status code. |
message | string Description of the server action or error. |
detail | string or null Deprecated. Use |
errorType | string Error code. |
data | object or null Additional data about the error. |
{- "status": 409,
- "message": "string",
- "detail": "string",
- "errorType": "NoSuitableContact",
- "data": { }
}
The template variable could not render due to a missing variable.
status | integer HTTP status code. |
message | string Description of the server action or error. |
detail | string or null Deprecated. Use |
errorType | string Error code. |
data | object or null Additional data about the error. |
{- "status": 400,
- "message": "string",
- "detail": "string",
- "errorType": "UndefinedTemplateVariable",
- "data": { }
}
The credentials provided for an external service are invalid.
status | integer HTTP status code. |
message | string Description of the server action or error. |
detail | string or null Deprecated. Use |
errorType | string Error code. |
data | object or null Additional data about the error. |
{- "status": 400,
- "message": "string",
- "detail": "string",
- "errorType": "BadExternalServiceCredentials",
- "data": { }
}
status | integer HTTP status code. |
message | string Description of the server action or error. |
detail | string or null Deprecated. Use |
errorType | string Error code. |
data | object or null Additional data about the error. |
{- "status": 409,
- "message": "string",
- "detail": "string",
- "errorType": "TemplateSyntax",
- "data": { }
}
The resource already exists.
status | integer HTTP status code. |
message | string Description of the server action or error. |
detail | string or null Deprecated. Use |
errorType | string Error code. |
data | object or null Additional data about the error. |
{- "status": 409,
- "message": "string",
- "detail": "string",
- "errorType": "Duplicate",
- "data": { }
}
The requested operation is not compatible with the current configuration.
status | integer HTTP status code. |
message | string Description of the server action or error. |
detail | string or null Deprecated. Use |
errorType | string Error code. |
data | object or null Additional data about the error. |
{- "status": 409,
- "message": "string",
- "detail": "string",
- "errorType": "ConfigMismatch",
- "data": { }
}
The company is configured in a way that is incompatible with the requested operation
status | integer HTTP status code. |
message | string Description of the server action or error. |
detail | string or null Deprecated. Use |
errorType | string Error code. |
data | object or null Additional data about the error. |
{- "status": 409,
- "message": "string",
- "detail": "string",
- "errorType": "CompanyConfigMismatch",
- "data": { }
}
The loan is currently locked for processing.
status | integer HTTP status code. |
message | string Description of the server action or error. |
detail | string or null Deprecated. Use |
errorType | string Error code. |
data | object or null Additional data about the error. |
{- "status": 423,
- "message": "string",
- "detail": "string",
- "errorType": "LoanLocked",
- "data": { }
}
Purchase processing still running for this card.
status | integer HTTP status code. |
message | string Description of the server action or error. |
detail | string or null Deprecated. Use |
errorType | string Error code. |
data | object or null Additional data about the error. |
{- "status": 409,
- "message": "string",
- "detail": "string",
- "errorType": "CardLocked",
- "data": { }
}
An unexpected error occurred.
status | integer HTTP status code. |
message | string Description of the server action or error. |
detail | string or null Deprecated. Use |
errorType | string Error code. |
data | object or null Additional data about the error. |
{- "status": 500,
- "message": "string",
- "detail": "string",
- "errorType": "InternalServerError",
- "data": { }
}
The read replica is not ready.
status | integer HTTP status code. |
message | string Description of the server action or error. |
detail | string or null Deprecated. Use |
errorType | string Error code. |
data | object or null Additional data about the error. |
{- "status": 412,
- "message": "string",
- "detail": "string",
- "errorType": "ReadReplicaNotReady",
- "data": { }
}