Azure Databricks · JSON Structure

Azure Databricks Error Structure

Type: object Properties: 2
AnalyticsApache SparkBig DataData EngineeringMachine Learning

Error is a JSON Structure definition published by Azure Databricks, describing 2 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

error_code message

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Error",
  "type": "object",
  "properties": {
    "error_code": {
      "type": "string"
    },
    "message": {
      "type": "string"
    }
  }
}