Enum Workflow.StateError.Type (2.41.0)

public enum Workflow.StateError.Type extends Enum<Workflow.StateError.Type> implements ProtocolMessageEnum

Describes the possibled types of a state error.

Protobuf enum google.cloud.workflows.v1.Workflow.StateError.Type

Implements

ProtocolMessageEnum

Static Fields

NameDescription
KMS_ERROR

Caused by an issue with KMS.

KMS_ERROR = 1;

KMS_ERROR_VALUE

Caused by an issue with KMS.

KMS_ERROR = 1;

TYPE_UNSPECIFIED

No type specified.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

No type specified.

TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()