contentstack · Schema

Error

Standard error response.

Properties

Name Type Description
error_message string Human-readable description of the error.
error_code integer Numeric error code.
View JSON Schema on GitHub

JSON Schema

contentstack-error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Error",
  "title": "Error",
  "type": "object",
  "description": "Standard error response.",
  "properties": {
    "error_message": {
      "type": "string",
      "description": "Human-readable description of the error."
    },
    "error_code": {
      "type": "integer",
      "description": "Numeric error code."
    }
  }
}