BNY Mellon · JSON Structure

Errorresponse Structure

Type: record Properties: 0
Asset ServicingBankingInstitutional BankingPaymentsTreasuryWire TransfersFortune 500

Errorresponse Structure is a JSON Structure definition published by BNY Mellon. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://api-evangelist.github.io/bank-of-new-york-mellon/json-structure/errorresponse-structure.json",
  "title": "ErrorResponse",
  "type": "record",
  "members": [
    {
      "name": "errorCode",
      "type": "string",
      "description": ""
    },
    {
      "name": "message",
      "type": "string",
      "description": ""
    },
    {
      "name": "requestId",
      "type": "string",
      "description": ""
    },
    {
      "name": "details",
      "type": "array",
      "description": ""
    }
  ]
}