Safe (Gnosis Safe) · Schema

CodeErrorResponse

MultisigSmart ContractEthereumWeb3BlockchainDeFiSafeGnosisWallet

Properties

Name Type Description
code integer
message string
arguments array
View JSON Schema on GitHub

JSON Schema

CodeErrorResponse.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.safe.global/schemas/CodeErrorResponse",
  "title": "CodeErrorResponse",
  "type": "object",
  "properties": {
    "code": {
      "type": "integer"
    },
    "message": {
      "type": "string"
    },
    "arguments": {
      "type": "array",
      "items": {}
    }
  },
  "required": [
    "arguments",
    "code",
    "message"
  ]
}