OperationErrorType(value)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.
Enums |
|
|---|---|
| Name | Description |
OPERATION_ERROR_TYPE_UNSPECIFIED |
UNSPECIFIED means operation error type is not known or available. |
KMS_KEY_ERROR |
Key destroyed, expired, not found, unreachable or permission denied. |
DATABASE_ERROR |
Database is not accessible. |
STOCKOUT_ERROR |
The zone or region does not have sufficient resources to handle the request at the moment. |
CANCELLATION_ERROR |
User initiated cancellation. |
SQLSERVER_ERROR |
SQL server specific error. |
INTERNAL_ERROR |
Any other internal error. |