Wormhole · Schema

response.ErrorDetail

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

Name Type Description
request_id string
stack_trace string
View JSON Schema on GitHub

JSON Schema

response-errordetail.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wormholescan.io/schemas/response-errordetail",
  "title": "response.ErrorDetail",
  "type": "object",
  "properties": {
    "request_id": {
      "type": "string"
    },
    "stack_trace": {
      "type": "string"
    }
  }
}