Hugging Face · JSON Structure

Hugging Face Dataset Viewer Error Structure

Type: object Properties: 4

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

Properties

error cause_exception cause_message cause_traceback

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": {
      "type": "string"
    },
    "cause_exception": {
      "type": "string"
    },
    "cause_message": {
      "type": "string"
    },
    "cause_traceback": {
      "type": "array"
    }
  }
}