Moov · Schema

Error

Standard error response returned by the Moov API.

BankingEmbedded FinanceFinancial InfrastructureMoney MovementPaymentsTransfers

Properties

Name Type Description
error string Human-readable description of the error.
code string Machine-readable error code.
View JSON Schema on GitHub

JSON Schema

moov-error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Error",
  "title": "Error",
  "type": "object",
  "description": "Standard error response returned by the Moov API.",
  "properties": {
    "error": {
      "type": "string",
      "description": "Human-readable description of the error."
    },
    "code": {
      "type": "string",
      "description": "Machine-readable error code."
    }
  }
}