Class StateError (1.14.2)

StateError(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Describes an error related to the current state of the workflow.

Attributes

NameDescription
details str
Provides specifics about the error.
type_ google.cloud.workflows_v1.types.Workflow.StateError.Type
The type of this state error.

Classes

Type

Type(value)

Describes the possibled types of a state error.

Values: TYPE_UNSPECIFIED (0): No type specified. KMS_ERROR (1): Caused by an issue with KMS.