Confluence · Schema

Error

Error response from the Confluence API.

CollaborationContent ManagementDocumentationKnowledge BaseWiki

Properties

Name Type Description
statusCode integer The HTTP status code.
data object Details about the error.
message string A human-readable error message.
View JSON Schema on GitHub

JSON Schema

confluence-cloud-v2-error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Error",
  "type": "object",
  "description": "Error response from the Confluence API.",
  "properties": {
    "statusCode": {
      "type": "integer",
      "description": "The HTTP status code."
    },
    "data": {
      "type": "object",
      "description": "Details about the error."
    },
    "message": {
      "type": "string",
      "description": "A human-readable error message."
    }
  }
}