BNY Mellon · Schema

ErrorResponse

API error response

Asset ServicingBankingInstitutional BankingPaymentsTreasuryWire TransfersFortune 500

Properties

Name Type Description
errorCode string
message string
requestId string
details array
View JSON Schema on GitHub

JSON Schema

errorresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/bank-of-new-york-mellon/json-schema/errorresponse-schema.json",
  "title": "ErrorResponse",
  "type": "object",
  "description": "API error response",
  "properties": {
    "errorCode": {
      "type": "string"
    },
    "message": {
      "type": "string"
    },
    "requestId": {
      "type": "string"
    },
    "details": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}