Apache Dubbo · JSON Structure

Dubbo Admin Model.Http Error Structure

model.HTTPError schema from Dubbo Admin API

Type: object Properties: 1
ApacheGoJavaMicroservicesOpen SourceRPCService DiscoveryService Mesh

model.HTTPError is a JSON Structure definition published by Apache Dubbo, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

error

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-dubbo/refs/heads/main/json-structure/dubbo-admin-model.http-error-structure.json",
  "name": "model.HTTPError",
  "description": "model.HTTPError schema from Dubbo Admin API",
  "type": "object",
  "properties": {
    "error": {
      "description": "error message",
      "type": "string"
    }
  }
}