Expand description
Defines additional types related to Execution.
Modules§
- stack_
trace_ element - Defines additional types related to StackTraceElement.
- state_
error - Defines additional types related to StateError.
- status
- Defines additional types related to Status.
Structs§
- Error
- Error describes why the execution was abnormally terminated.
- Stack
Trace - A collection of stack elements (frames) where an error occurred.
- Stack
Trace Element - A single stack element (frame) where an error occurred.
- State
Error - Describes an error related to the current state of the Execution resource.
- Status
- Represents the current status of this execution.
Enums§
- Call
LogLevel - Describes the level of platform logging to apply to calls and call responses during workflow executions.
- State
- Describes the current state of the execution. More states might be added in the future.