Acceldata · JSON Structure

Adoc Api Error Response Structure

Error response

Type: object Properties: 3
AI AgentsData ManagementData ObservabilityData PipelineData QualityIntelligenceObservability

Adoc Api Error Response Structure is a JSON Structure definition published by Acceldata, describing 3 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

message error code

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://acceldata.io/structures/adoc-api-error-response.json",
  "title": "ErrorResponse",
  "type": "object",
  "description": "Error response",
  "properties": {
    "message": {
      "type": "string",
      "description": "Human-readable error message"
    },
    "error": {
      "type": "string",
      "description": "Error code"
    },
    "code": {
      "type": "integer",
      "description": "HTTP-style error code"
    }
  }
}