| Name | Type | Description | Notes |
|---|---|---|---|
| code | CodeEnum | Error code displayed in case of a failure | |
| message | String | Readable message associated to the failure | |
| metadata | Object | Additional information about the error | [optional] |
| Name | Value |
|---|---|
| INVALID_PARAMETER | "invalid_parameter" |
| MISSING_PARAMETER | "missing_parameter" |
| DOCUMENT_NOT_FOUND | "document_not_found" |
| ACCOUNT_IN_PROCESS | "account_in_process" |
| DUPLICATE_PARAMETER | "duplicate_parameter" |
| METHOD_NOT_ALLOWED | "method_not_allowed" |
| OUT_OF_RANGE | "out_of_range" |