Databricks · Schema

ErrorResponse

AIAnalyticsApache SparkBig DataClean RoomsCloud ComputingDataData AnalyticsData EngineeringData GovernanceDelta LakeDelta SharingETLIdentity ManagementLakehouseMachine LearningMLflowModel ServingSecuritySQLUnity CatalogVector SearchVisualize

Properties

Name Type Description
error_code string A machine-readable error code.
message string A human-readable error message.
View JSON Schema on GitHub

JSON Schema

databricks-error-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ErrorResponse",
  "type": "object",
  "properties": {
    "error_code": {
      "type": "string",
      "description": "A machine-readable error code."
    },
    "message": {
      "type": "string",
      "description": "A human-readable error message."
    }
  }
}