WorkflowRequestErrorCause

WorkflowRequestErrorCause
WorkflowRequestErrorCause

Details of an error cause for a request

JSON Example
{
    "eventId": "string",
    "exceptionMessage": "string",
    "message": "string",
    "messageId": "string"
}
string
eventId
Optional

An optional event ID associated with the error

string
exceptionMessage
Optional

The message of the underlying exception, if any

string
message
Required
Constraints: minLength: 1

The human-readable error message

string
messageId
Required
Constraints: minLength: 1

Unique identifier for the error message

Property Of