The operation was aborted due to transient issue such as competing transaction
resources. A SpannerTransaction should be retried if this error
is encountered.
AlreadyExists
The given resource could be not created because it already exists.
Cancelled
The operation was cancelled.
DataLoss
Unrecoverable data loss or corruption.
DeadlineExceeded
A timeout has occurred. A SpannerTransaction should be
retried if this error is encountered.
FailedPrecondition
Operation was rejected because the system is not in a state required for the
operation's execution.
Internal
Internal error.
InvalidArgument
A bad SQL statement or other invalid input was sent to Spanner.
NotFound
The given resource (Spanner Instance, Database, Table) was not
found.
OutOfRange
The operation attempted to read past the valid range.
PermissionDenied
The supplied credential from CredentialFile
or from default application credentials does not have sufficient permission for the request.
ResourceExhausted
A resource associated with Spanner has been exhausted. This may occur due to a server-side
failure, or due to the local maximum number of sessions being reached.
Unauthenticated
There is no supplied credential either through default application credentials or
directly through CredentialFile
Unavailable
The service is currently unavailable. This is a most likely a transient condition
and may be corrected by retrying. A SpannerTransaction should be
retried if this error is encountered.
Unimplemented
Operation is not implemented or not supported/enabled in this service.
Unknown
Unknown error. This may happen if an internal error occured or
not enough information was obtained to produce a useful message.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This document provides reference documentation for the `ErrorCode` enum within the `Google.Cloud.Spanner.Data` namespace, detailing various error states that can be encountered when interacting with Google Cloud Spanner."],["The latest version of `Google.Cloud.Spanner.Data` documentation available is `5.0.0-beta05`, with previous versions ranging from `3.5.0` to `5.0.0-beta04`."],["The `ErrorCode` enum defines specific error conditions, including `Aborted`, `AlreadyExists`, `Cancelled`, `DataLoss`, `DeadlineExceeded`, `FailedPrecondition`, `Internal`, `InvalidArgument`, `NotFound`, `OutOfRange`, `PermissionDenied`, `ResourceExhausted`, `Unauthenticated`, `Unavailable`, `Unimplemented`, and `Unknown`."],["Several error codes, such as `Aborted`, `DeadlineExceeded`, and `Unavailable`, indicate transient issues where retrying a `SpannerTransaction` may resolve the problem."],["The `ErrorCode` provides a detailed breakdown of potential errors, such as authentication issues when using the `CredentialFile` or default application credentials."]]],[]]