public enum EncryptionConfig.FailureDetails.ErrorCode extends Enum<EncryptionConfig.FailureDetails.ErrorCode> implements ProtocolMessageEnum
Error code for the failure if anything related to Cmek db fails.
Protobuf enum google.cloud.dataplex.v1.EncryptionConfig.FailureDetails.ErrorCode
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
INTERNAL_ERROR |
Error because of internal server error, will be retried automatically. |
INTERNAL_ERROR_VALUE |
Error because of internal server error, will be retried automatically. |
REQUIRE_USER_ACTION |
User action is required to resolve the error. |
REQUIRE_USER_ACTION_VALUE |
User action is required to resolve the error. |
UNKNOWN |
The error code is not specified |
UNKNOWN_VALUE |
The error code is not specified |
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() |