Rarible · Schema

OlapError

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer

Properties

Name Type Description
code string Code
message string Message
View JSON Schema on GitHub

JSON Schema

OlapError.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "OlapError",
  "required": [
    "code",
    "message"
  ],
  "type": "object",
  "properties": {
    "code": {
      "type": "string",
      "description": "Code",
      "enum": [
        "INVALID_INPUT",
        "NOT_FOUND",
        "UNKNOWN"
      ]
    },
    "message": {
      "type": "string",
      "description": "Message"
    }
  }
}