FlowErrorDetails

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

string

The step that failed.

exceptionType

string

The type of exception (as a class name).