Errors

Errors

InvalidInput

status
integer

HTTP status code.

Value: 400
message
string

Description of the server action or error.

detail
string or null

Deprecated. Use message instead. Same contents as message.

errorType
string

Error code.

Value: "InvalidInput"
data
object or null

Additional data about the error.

{
  • "status": 400,
  • "message": "string",
  • "detail": "string",
  • "errorType": "InvalidInput",
  • "data": { }
}

BadRequest

status
integer

HTTP status code.

Value: 400
message
string

Description of the server action or error.

detail
string or null

Deprecated. Use message instead. Same contents as message.

errorType
string

Error code.

Value: "BadRequest"
data
object or null

Additional data about the error.

{
  • "status": 400,
  • "message": "string",
  • "detail": "string",
  • "errorType": "BadRequest",
  • "data": { }
}

InvalidJSON

The request body is not valid JSON.

status
integer

HTTP status code.

Value: 400
message
string

Description of the server action or error.

detail
string or null

Deprecated. Use message instead. Same contents as message.

errorType
string

Error code.

Value: "InvalidJSON"
data
object or null

Additional data about the error.

{
  • "status": 400,
  • "message": "string",
  • "detail": "string",
  • "errorType": "InvalidJSON",
  • "data": { }
}

InvalidPublicId

status
integer

HTTP status code.

Value: 422
message
string

Description of the server action or error.

detail
string or null

Deprecated. Use message instead. Same contents as message.

errorType
string

Error code.

Value: "InvalidPublicId"
data
object or null

Additional data about the error.

{
  • "status": 422,
  • "message": "string",
  • "detail": "string",
  • "errorType": "InvalidPublicId",
  • "data": { }
}

UnprocessableEntity

status
integer

HTTP status code.

Value: 422
message
string

Description of the server action or error.

detail
string or null

Deprecated. Use message instead. Same contents as message.

errorType
string

Error code.

Value: "UnprocessableEntity"
data
object or null

Additional data about the error.

{
  • "status": 422,
  • "message": "string",
  • "detail": "string",
  • "errorType": "UnprocessableEntity",
  • "data": { }
}

Unauthorized

The user is not authenticated.

status
integer

HTTP status code.

Value: 401
message
string

Description of the server action or error.

detail
string or null

Deprecated. Use message instead. Same contents as message.

errorType
string

Error code.

Value: "Unauthorized"
data
object or null

Additional data about the error.

{
  • "status": 401,
  • "message": "string",
  • "detail": "string",
  • "errorType": "Unauthorized",
  • "data": { }
}

Forbidden

The user is not authorized to perform the action.

status
integer

HTTP status code.

Value: 403
message
string

Description of the server action or error.

detail
string or null

Deprecated. Use message instead. Same contents as message.

errorType
string

Error code.

Value: "Forbidden"
data
object or null

Additional data about the error.

{
  • "status": 403,
  • "message": "string",
  • "detail": "string",
  • "errorType": "Forbidden",
  • "data": { }
}

NotFound

status
integer

HTTP status code.

Value: 404
message
string

Description of the server action or error.

detail
string or null

Deprecated. Use message instead. Same contents as message.

errorType
string

Error code.

Value: "NotFound"
data
object or null

Additional data about the error.

{
  • "status": 404,
  • "message": "string",
  • "detail": "string",
  • "errorType": "NotFound",
  • "data": { }
}

UrlNotDefined

The requested URL is not defined.

status
integer

HTTP status code.

Value: 404
message
string

Description of the server action or error.

detail
string or null

Deprecated. Use message instead. Same contents as message.

errorType
string

Error code.

Value: "UrlNotDefined"
data
object or null

Additional data about the error.

{
  • "status": 404,
  • "message": "string",
  • "detail": "string",
  • "errorType": "UrlNotDefined",
  • "data": { }
}

TemplateDisabled

status
integer

HTTP status code.

Value: 409
message
string

Description of the server action or error.

detail
string or null

Deprecated. Use message instead. Same contents as message.

errorType
string

Error code.

Value: "TemplateDisabled"
data
object or null

Additional data about the error.

{
  • "status": 409,
  • "message": "string",
  • "detail": "string",
  • "errorType": "TemplateDisabled",
  • "data": { }
}

NoSuitableContact

No borrower contact matching the given criteria was found.

status
integer

HTTP status code.

Value: 409
message
string

Description of the server action or error.

detail
string or null

Deprecated. Use message instead. Same contents as message.

errorType
string

Error code.

Value: "NoSuitableContact"
data
object or null

Additional data about the error.

{
  • "status": 409,
  • "message": "string",
  • "detail": "string",
  • "errorType": "NoSuitableContact",
  • "data": { }
}

UndefinedTemplateVariable

The template variable could not render due to a missing variable.

status
integer

HTTP status code.

Value: 400
message
string

Description of the server action or error.

detail
string or null

Deprecated. Use message instead. Same contents as message.

errorType
string

Error code.

Value: "UndefinedTemplateVariable"
data
object or null

Additional data about the error.

{
  • "status": 400,
  • "message": "string",
  • "detail": "string",
  • "errorType": "UndefinedTemplateVariable",
  • "data": { }
}

BadExternalServiceCredentials

The credentials provided for an external service are invalid.

status
integer

HTTP status code.

Value: 400
message
string

Description of the server action or error.

detail
string or null

Deprecated. Use message instead. Same contents as message.

errorType
string

Error code.

Value: "BadExternalServiceCredentials"
data
object or null

Additional data about the error.

{
  • "status": 400,
  • "message": "string",
  • "detail": "string",
  • "errorType": "BadExternalServiceCredentials",
  • "data": { }
}

TemplateSyntax

status
integer

HTTP status code.

Value: 409
message
string

Description of the server action or error.

detail
string or null

Deprecated. Use message instead. Same contents as message.

errorType
string

Error code.

Value: "TemplateSyntax"
data
object or null

Additional data about the error.

{
  • "status": 409,
  • "message": "string",
  • "detail": "string",
  • "errorType": "TemplateSyntax",
  • "data": { }
}

Duplicate

The resource already exists.

status
integer

HTTP status code.

Value: 409
message
string

Description of the server action or error.

detail
string or null

Deprecated. Use message instead. Same contents as message.

errorType
string

Error code.

Value: "Duplicate"
data
object or null

Additional data about the error.

{
  • "status": 409,
  • "message": "string",
  • "detail": "string",
  • "errorType": "Duplicate",
  • "data": { }
}

ConfigMismatch

The requested operation is not compatible with the current configuration.

status
integer

HTTP status code.

Value: 409
message
string

Description of the server action or error.

detail
string or null

Deprecated. Use message instead. Same contents as message.

errorType
string

Error code.

Value: "ConfigMismatch"
data
object or null

Additional data about the error.

{
  • "status": 409,
  • "message": "string",
  • "detail": "string",
  • "errorType": "ConfigMismatch",
  • "data": { }
}

CompanyConfigMismatch

The company is configured in a way that is incompatible with the requested operation

status
integer

HTTP status code.

Value: 409
message
string

Description of the server action or error.

detail
string or null

Deprecated. Use message instead. Same contents as message.

errorType
string

Error code.

Value: "CompanyConfigMismatch"
data
object or null

Additional data about the error.

{
  • "status": 409,
  • "message": "string",
  • "detail": "string",
  • "errorType": "CompanyConfigMismatch",
  • "data": { }
}

LoanLocked

The loan is currently locked for processing.

status
integer

HTTP status code.

Value: 423
message
string

Description of the server action or error.

detail
string or null

Deprecated. Use message instead. Same contents as message.

errorType
string

Error code.

Value: "LoanLocked"
data
object or null

Additional data about the error.

{
  • "status": 423,
  • "message": "string",
  • "detail": "string",
  • "errorType": "LoanLocked",
  • "data": { }
}

CardLocked

Purchase processing still running for this card.

status
integer

HTTP status code.

Value: 409
message
string

Description of the server action or error.

detail
string or null

Deprecated. Use message instead. Same contents as message.

errorType
string

Error code.

Value: "CardLocked"
data
object or null

Additional data about the error.

{
  • "status": 409,
  • "message": "string",
  • "detail": "string",
  • "errorType": "CardLocked",
  • "data": { }
}

InternalServerError

An unexpected error occurred.

status
integer

HTTP status code.

Value: 500
message
string

Description of the server action or error.

detail
string or null

Deprecated. Use message instead. Same contents as message.

errorType
string

Error code.

Value: "InternalServerError"
data
object or null

Additional data about the error.

{
  • "status": 500,
  • "message": "string",
  • "detail": "string",
  • "errorType": "InternalServerError",
  • "data": { }
}

ReadReplicaNotReady

The read replica is not ready.

status
integer

HTTP status code.

Value: 412
message
string

Description of the server action or error.

detail
string or null

Deprecated. Use message instead. Same contents as message.

errorType
string

Error code.

Value: "ReadReplicaNotReady"
data
object or null

Additional data about the error.

{
  • "status": 412,
  • "message": "string",
  • "detail": "string",
  • "errorType": "ReadReplicaNotReady",
  • "data": { }
}