Allianz Trade · JSON Structure

Trade Policy Error_Response Structure

Standard error response

Type: object Properties: 3
Credit InsuranceInsuranceRisk ManagementTrade CreditE-CommerceSurety

Trade Policy Error_Response Structure is a JSON Structure definition published by Allianz Trade, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

code message requestId

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://api.allianz-trade.com/structures/trade-policy-error_response-structure.json",
  "title": "ErrorResponse",
  "type": "object",
  "description": "Standard error response",
  "properties": {
    "code": {
      "type": "xs:string",
      "description": "Error code"
    },
    "message": {
      "type": "xs:string",
      "description": "Human-readable error description"
    },
    "requestId": {
      "type": "xs:string",
      "description": "Request identifier for support reference"
    }
  }
}