Snowflake · Schema

CancelStatus

Data LakesData SharingData WarehousingDatabaseSQL

Properties

Name Type Description
code string
sqlState string
message string
statementHandle string
statementStatusUrl string
View JSON Schema on GitHub

JSON Schema

sqlapi-cancel-status-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CancelStatus",
  "type": "object",
  "properties": {
    "code": {
      "type": "string"
    },
    "sqlState": {
      "type": "string"
    },
    "message": {
      "type": "string"
    },
    "statementHandle": {
      "type": "string"
    },
    "statementStatusUrl": {
      "type": "string"
    }
  }
}