Wormhole · Schema

response.APIError

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

Name Type Description
code integer support to guardian-api code.
details array
message string
View JSON Schema on GitHub

JSON Schema

response-apierror.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wormholescan.io/schemas/response-apierror",
  "title": "response.APIError",
  "type": "object",
  "properties": {
    "code": {
      "description": "support to guardian-api code.",
      "type": "integer"
    },
    "details": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/response.ErrorDetail"
      }
    },
    "message": {
      "type": "string"
    }
  }
}