Allianz Trade · Schema

ErrorResponse

Standard error response

Credit InsuranceInsuranceRisk ManagementTrade CreditE-CommerceSurety

Properties

Name Type Description
code string Error code
message string Human-readable error description
requestId string Request identifier for support reference
View JSON Schema on GitHub

JSON Schema

trade-payment-overdues-error_response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.allianz-trade.com/schemas/trade-payment-overdues-error_response-schema.json",
  "title": "ErrorResponse",
  "type": "object",
  "description": "Standard error response",
  "properties": {
    "code": {
      "type": "string",
      "description": "Error code"
    },
    "message": {
      "type": "string",
      "description": "Human-readable error description"
    },
    "requestId": {
      "type": "string",
      "description": "Request identifier for support reference"
    }
  }
}