Mastercard · Schema

Errors

Only returned in the event of an error condition

Credit CardsDigital IdentityFinancial-ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
Error array An error object
View JSON Schema on GitHub

JSON Schema

mastercard-atm-locations-errors-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Errors",
  "type": "object",
  "description": "Only returned in the event of an error condition",
  "properties": {
    "Error": {
      "type": "array",
      "description": "An error object"
    }
  }
}