None |
lastError | Document. Information about the last error, which contains details of the time, error, user, block, and call stack information. | |
Key | Description | |
time | String. Date and time the event occurred, in the format yyyy/MM/dd HH:mm:ss.SSS | |
error | String. Optional. Error message of the exception. | |
localizedError | String. Optional. Error message in the language that corresponds to the server locale. | |
user | String. User who executed the Integration. | |
block | Document. Contains the following fields: | |
Key | Description | |
name | String. Integration, Operation, or Service name. | |
type | String. Application, Integration, or Service. | |
details | String. Optional. Account and Application name if the Block Type is “Application”. | |
callStack | Document List. The call stack information describing where the error occurred including details of the block. Each document represents a block on the call stack. The first document in the list represents the block that threw the error and the last document in the list represents the top level block. It contains the following fields: | |
Key | Description | |
name | String. Integration, Operation or Service name. | |
type | String. Application, Integration, or Service. | |
details | String. Optional. Account and Application name if the Block Type is “Application”. |