APIs.io
Search
Providers
Tags
Add API
About
Support
Blog
Search
Home
Snowflake
QueryFailureStatus
Snowflake
· Schema
QueryFailureStatus
Status returned when a query execution fails.
Data Lakes
Data Sharing
Data Warehousing
Database
SQL
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