Database Center V1BETA API - Module Google::Cloud::DatabaseCenter::V1beta::OperationErrorType (v0.1.0)

Reference documentation and code samples for the Database Center V1BETA API module Google::Cloud::DatabaseCenter::V1beta::OperationErrorType.

OperationErrorType is used to expose specific error type which can happen in database resource while performing an operation. For example, an error can happen while database resource being backed up.

Constants

OPERATION_ERROR_TYPE_UNSPECIFIED

value: 0
UNSPECIFIED means operation error type is not known or available.

KMS_KEY_ERROR

value: 1
Key destroyed, expired, not found, unreachable or permission denied.

DATABASE_ERROR

value: 2
Database is not accessible.

STOCKOUT_ERROR

value: 3
The zone or region does not have sufficient resources to handle the request at the moment.

CANCELLATION_ERROR

value: 4
User initiated cancellation.

SQLSERVER_ERROR

value: 5
SQL server specific error.

INTERNAL_ERROR

value: 6
Any other internal error.