ManagedIntegrationRuntimeError interface
Error definition for managed integration runtime.
Properties
| additional |
Additional properties |
| code | Error code. |
| message | Error message. |
| parameters | Managed integration runtime error parameters. |
| time | The time when the error occurred. |
Property Details
additionalProperties
Additional properties
additionalProperties?: Record<string, any>
Property Value
Record<string, any>
code
Error code.
code?: string
Property Value
string
message
Error message.
message?: string
Property Value
string
parameters
Managed integration runtime error parameters.
parameters?: string[]
Property Value
string[]
time
The time when the error occurred.
time?: Date
Property Value
Date