Bank of America · JSON Structure

Errorresponse Structure

Type: record Properties: 0
BankingCorporate BankingFinancePaymentsTreasuryCashProFortune 100

Errorresponse Structure is a JSON Structure definition published by Bank of America. 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-america/json-structure/errorresponse-structure.json",
  "title": "ErrorResponse",
  "type": "record",
  "members": [
    {
      "name": "errorCode",
      "type": "string",
      "description": "Machine-readable error code"
    },
    {
      "name": "message",
      "type": "string",
      "description": "Human-readable error message"
    },
    {
      "name": "details",
      "type": "array",
      "description": "Additional error details"
    },
    {
      "name": "requestId",
      "type": "string",
      "description": "Request identifier for support"
    }
  ]
}