Temenos Transact · Schema

ErrorResponse

Standard error response structure

BankingCore BankingDigital BankingEnterpriseFinancial ServicesFintech

Properties

Name Type Description
header object
error object
View JSON Schema on GitHub

JSON Schema

temenos-transact-core-banking-error-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ErrorResponse",
  "type": "object",
  "description": "Standard error response structure",
  "properties": {
    "header": {
      "type": "object"
    },
    "error": {
      "type": "object"
    }
  }
}