Tezos · Schema

BaseOperationError

TezosBlockchainTzKTBaking BadCryptocurrencySmart ContractsNFTTokensDelegationsStakingGovernanceFA1.2FA2WebSocket
View JSON Schema on GitHub

JSON Schema

baseoperationerror.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "BaseOperationError",
  "allOf": [
    {
      "type": "object",
      "additionalProperties": false,
      "properties": {
        "type": {
          "type": "string",
          "description": "Type of an error\nhttps://tezos.gitlab.io/api/errors.html - full list of errors"
        }
      }
    }
  ]
}