Snowflake · Schema

QueryFailureStatus

Status returned when a query execution fails.

Data LakesData SharingData WarehousingDatabaseSQL

Properties

Name Type Description
code string Error code for the query failure.
sqlState string SQL state code indicating the error category.
message string Error message describing the failure.
statementHandle string Handle that uniquely identifies the failed statement.
createdOn integer Timestamp that specifies when the statement execution started. The timestamp is expressed in milliseconds since the epoch.
statementStatusUrl string URL for checking the status of the failed statement.
View JSON Schema on GitHub