Database Center v1beta API - Enum OperationErrorType (1.0.0-beta03)

public enum OperationErrorType

Reference documentation and code samples for the Database Center v1beta API enum 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.

Namespace

Google.Cloud.DatabaseCenter.V1Beta

Assembly

Google.Cloud.DatabaseCenter.V1Beta.dll

Fields

Name Description
CancellationError

User initiated cancellation.

DatabaseError

Database is not accessible.

InternalError

Any other internal error.

KmsKeyError

Key destroyed, expired, not found, unreachable or permission denied.

SqlserverError

SQL server specific error.

StockoutError

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

Unspecified

UNSPECIFIED means operation error type is not known or available.