Errors¶
Example Json Object
1{
2 "all": [
3 {
4 "type": "GENERIC",
5 "errorMessage": "string",
6 "source": {},
7 "field": "string",
8 "errorKey": "string"
9 }
10 ]
11}
📄 Description: Data structure representing error records related to ledger entries, transactions, accounts, and financial records within the General Ledger API, facilitating efficient error tracking and resolution.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
all |
[oneOf] |
false |
none |
List of all items |
📄 Description: oneOf
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
» anonymous |
false |
none |
Data transfer object representing an error encountered during the processing of ledger entries, transactions, or accounts within the General Ledger, ensuring accurate financial record management. |
📄 Description: xor
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
» anonymous |
false |
none |
Data transfer object representing a generic error encountered within the General Ledger domain, applicable to ledger entries, transactions, accounts, and financial records. This object provides essential details for identifying and resolving issues related to financial data processing. |