AI-generated Key Takeaways
-
The document provides an enumeration of possible database errors.
-
Each enum value describes a specific database error with a brief explanation.
-
Errors include unspecified issues, unknown codes, concurrent modifications, data constraint violations, and requests that are too large.
Enum describing possible database errors.
Enums | |
---|---|
|
Enum unspecified. |
|
The received error code is not known in this version. |
|
Multiple requests were attempting to modify the same resource at once. Retry the request. |
|
The request conflicted with existing data. This error will usually be replaced with a more specific error if the request is retried. |
|
The data written is too large. Split the request into smaller requests. |