Snowflake · JSON Structure

Sqlapi Cancel Status Structure

Type: object Properties: 5
Data LakesData SharingData WarehousingDatabaseSQL

CancelStatus is a JSON Structure definition published by Snowflake, describing 5 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

code sqlState message statementHandle statementStatusUrl

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

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