Pendle · Schema

HttpErrorResponse

Web3DeFiYield TokenizationCryptoPrincipal TokensYield TokensAMMLiquidity Pools

Properties

Name Type Description
message string
statusCode number
error string
View JSON Schema on GitHub

JSON Schema

HttpErrorResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "HttpErrorResponse",
  "type": "object",
  "properties": {
    "message": {
      "type": "string"
    },
    "statusCode": {
      "type": "number"
    },
    "error": {
      "type": "string"
    }
  },
  "required": [
    "message",
    "statusCode",
    "error"
  ]
}