Hugging Face · Schema

Error

Properties

Name Type Description
error string Error message
statusCode integer HTTP status code
View JSON Schema on GitHub

JSON Schema

hugging-face-hub-error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Error",
  "type": "object",
  "properties": {
    "error": {
      "type": "string",
      "description": "Error message"
    },
    "statusCode": {
      "type": "integer",
      "description": "HTTP status code"
    }
  }
}