Enum EncryptionConfig.FailureDetails.ErrorCode (1.62.0)

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

ProtocolMessageEnum

Static Fields

Name Description
INTERNAL_ERROR

Error because of internal server error, will be retried automatically.

INTERNAL_ERROR = 1;

INTERNAL_ERROR_VALUE

Error because of internal server error, will be retried automatically.

INTERNAL_ERROR = 1;

REQUIRE_USER_ACTION

User action is required to resolve the error.

REQUIRE_USER_ACTION = 2;

REQUIRE_USER_ACTION_VALUE

User action is required to resolve the error.

REQUIRE_USER_ACTION = 2;

UNKNOWN

The error code is not specified

UNKNOWN = 0;

UNKNOWN_VALUE

The error code is not specified

UNKNOWN = 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()