Neynar · Schema

ErrorRes

Details for the error response

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationsWebhooksOnchain

Properties

Name Type Description
code string
message string
property string
status integer
View JSON Schema on GitHub

JSON Schema

errorres.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://neynar.com/schemas/ErrorRes",
  "title": "ErrorRes",
  "description": "Details for the error response",
  "properties": {
    "code": {
      "type": "string"
    },
    "message": {
      "type": "string"
    },
    "property": {
      "type": "string"
    },
    "status": {
      "format": "int32",
      "type": "integer"
    }
  },
  "required": [
    "message"
  ],
  "type": "object"
}