Address Error

Use this information to troubleshoot an incorrect address in a request.

Issue

An API request can return seemingly unrelated error messages when it includes address information incompatible with your Vertex O Series Cloud configuration.

Example:

{
    "success": false,
    "errors": [
        "Invalid country code XX. Expecting an ISO Country Code - Alpha 2 (e.g., US).",
        "[O-Series error] Unknown country. Expecting an ISO Country Code - Alpha 3 (e.g., USA), or a well-known country name (e.g., United States of America). (country=XX)"
    ],
    "requestId": "02e49003-a556-45ff-91b2-c265f8026116"
}

Details/resolution

Use valid address information that is compatible with your Vertex O Series Cloud configuration. For more information, see Addresses. O Series Cloud supports multiple address-parsing options. O Series Cloud configuration determines which options are available.

Environment

  • Vertex O Series Cloud
  • Vertex for Marketplaces

Did this page help you?