Error during SQL execution. Atleast 1 SQL statement execution resulted in
a error. Side effects of other statements are rolled back. The "message"
field will contain human readable error given by Postgres of the first
bad SQL statement. SQL execution errors don't constitute API errors as
defined in https://google.aip.dev/193 but will be returned as part of
this message.
Ok
No error during SQL execution i.e. All SQL statements ran to completion.
The "message" will be empty.
Partial
Same as OK, except indicates that only partial results were
returned. The "message" field will contain details on why results were
truncated.
[[["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-03-24 UTC."],[[["This document provides reference information for the `ExecuteSqlMetadata.Types.Status` enum within the AlloyDB v1beta API, specifically in the `Google.Cloud.AlloyDb.V1Beta` namespace."],["The `ExecuteSqlMetadata.Types.Status` enum is used to represent the outcome of SQL executions and contains four possible states: `Error`, `Ok`, `Partial`, and `Unspecified`."],["The `Error` status signifies that at least one SQL statement encountered an error, leading to a rollback of side effects, while `Ok` means all statements completed without errors."],["`Partial` indicates that while no errors occurred, only partial results were returned, and `Unspecified` represents an unknown status."],["The reference is present in version 1.0.0-beta09, and 1.0.0-beta08 of the Google Cloud Alloy DB API."]]],[]]