Enum UnitOperationErrorCategory (0.2.0)

public enum UnitOperationErrorCategory extends Enum<UnitOperationErrorCategory> implements ProtocolMessageEnum

UnitOperationErrorCategory describes the error category of the unit operation.

Protobuf enum google.cloud.saasplatform.saasservicemgmt.v1beta1.UnitOperationErrorCategory

Implements

ProtocolMessageEnum

Static Fields

Name Description
FATAL

Unit operation error category is fatal

FATAL = 2;

FATAL_VALUE

Unit operation error category is fatal

FATAL = 2;

IGNORABLE

Unit operation error category is ignorable

IGNORABLE = 4;

IGNORABLE_VALUE

Unit operation error category is ignorable

IGNORABLE = 4;

NOT_APPLICABLE

Unit operation error category is not applicable, or it is not an error

NOT_APPLICABLE = 1;

NOT_APPLICABLE_VALUE

Unit operation error category is not applicable, or it is not an error

NOT_APPLICABLE = 1;

RETRIABLE

Unit operation error category is retriable

RETRIABLE = 3;

RETRIABLE_VALUE

Unit operation error category is retriable

RETRIABLE = 3;

STANDARD

Unit operation error category is standard, counts towards Rollout error budget

STANDARD = 5;

STANDARD_VALUE

Unit operation error category is standard, counts towards Rollout error budget

STANDARD = 5;

UNIT_OPERATION_ERROR_CATEGORY_UNSPECIFIED

Unit operation error category is unspecified

UNIT_OPERATION_ERROR_CATEGORY_UNSPECIFIED = 0;

UNIT_OPERATION_ERROR_CATEGORY_UNSPECIFIED_VALUE

Unit operation error category is unspecified

UNIT_OPERATION_ERROR_CATEGORY_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()