IError¶
Example Json Object
1{
2 "type": "GENERIC",
3 "errorMessage": "string",
4 "source": {}
5}
📄 Description: IError is a data transfer object that encapsulates error information related to lease contracts and financial obligations within the Nakisa Lease Accounting Suite, ensuring accurate accounting entries and facilitating effective issue resolution.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
type |
string |
false |
none |
Type of the resource |
errorMessage |
string |
false |
none |
none |
source |
object |
false |
none |
Object containing source details |
Enumerated Values
Attribute |
Value |
|---|---|
type |
FIELD, GENERIC |