Bad Request
{- "errors": [
- {
- "status": "400",
- "detail": "The request failed because it was not in the correct format or did not contain valid data.",
- "meta": {
- "request_id": "3c526bf4-f3c0-4c4a-a4cb-95f7db8b3bbe",
- "trace_id": "4016616108459136584"
}, - "code": "INVALID_USER_INPUT"
}
]
}
Unprocessable entity
required | Array of objects (ErrorUnprocessableAccountError) A list of errors that occurred. | ||||||||||||||||||||||||||||||||||
Array
|
{- "errors": [
- {
- "status": "400",
- "detail": "The request failed because it was not in the correct format or did not contain valid data.",
- "meta": {
- "request_id": "3c526bf4-f3c0-4c4a-a4cb-95f7db8b3bbe",
- "trace_id": "4016616108459136584"
}, - "code": "INVALID_FIELDS"
}
]
}
Unprocessable entity
required | Array of objects (ErrorUnprocessableTransferError) A list of errors that occurred. | ||||||||||||||||||||||||||||||||||||||
Array
|
{- "errors": [
- {
- "status": "400",
- "detail": "The request failed because it was not in the correct format or did not contain valid data.",
- "meta": {
- "request_id": "3c526bf4-f3c0-4c4a-a4cb-95f7db8b3bbe",
- "trace_id": "4016616108459136584"
}, - "code": "INVALID_ORIGIN"
}
]
}
Not authorized to perform this operation
required | Array of objects (ErrorForbiddenError) A list of errors that occurred. | ||||||||||||||
Array
|
{- "errors": [
- {
- "status": "400",
- "detail": "The request failed because it was not in the correct format or did not contain valid data.",
- "meta": {
- "request_id": "3c526bf4-f3c0-4c4a-a4cb-95f7db8b3bbe",
- "trace_id": "4016616108459136584"
}, - "code": "FORBIDDEN"
}
]
}
Resource was not found
required | Array of objects (ErrorNotFoundError) A list of errors that occurred. | ||||||||||||||||
Array
|
{- "errors": [
- {
- "status": "400",
- "detail": "The request failed because it was not in the correct format or did not contain valid data.",
- "meta": {
- "request_id": "3c526bf4-f3c0-4c4a-a4cb-95f7db8b3bbe",
- "trace_id": "4016616108459136584"
}, - "code": "RECORD_NOT_FOUND"
}
]
}
Unexpected error occured
required | Array of objects (ErrorUnexpectedError) A list of errors that occurred. | ||||||||||||||
Array
|
{- "errors": [
- {
- "status": "400",
- "detail": "The request failed because it was not in the correct format or did not contain valid data.",
- "meta": {
- "request_id": "3c526bf4-f3c0-4c4a-a4cb-95f7db8b3bbe",
- "trace_id": "4016616108459136584"
}, - "code": "UNEXPECTED_ERROR"
}
]
}