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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
FATAL |
Unit operation error category is fatal |
FATAL_VALUE |
Unit operation error category is fatal |
IGNORABLE |
Unit operation error category is ignorable |
IGNORABLE_VALUE |
Unit operation error category is ignorable |
NOT_APPLICABLE |
Unit operation error category is not applicable, or it is not an error |
NOT_APPLICABLE_VALUE |
Unit operation error category is not applicable, or it is not an error |
RETRIABLE |
Unit operation error category is retriable |
RETRIABLE_VALUE |
Unit operation error category is retriable |
STANDARD |
Unit operation error category is standard, counts towards Rollout error budget |
STANDARD_VALUE |
Unit operation error category is standard, counts towards Rollout error budget |
UNIT_OPERATION_ERROR_CATEGORY_UNSPECIFIED |
Unit operation error category is unspecified |
UNIT_OPERATION_ERROR_CATEGORY_UNSPECIFIED_VALUE |
Unit operation error category is unspecified |
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() |