Encapsulation of flow-specific error details for debugging. Used as a details field on an error Status, not intended for external use.
JSON representation | |
---|---|
{ "flowStepId": string, "exceptionType": string } |
Fields | |
---|---|
flowStepId |
The step that failed. |
exceptionType |
The type of exception (as a class name). |