Translate Akamai Error String
translate_error_stringTranslate Akamai error reference codes into readable error details, including logs, HTTP status codes, and request/response metadata. Async operation polls until results are ready.
Instructions
Translates an Akamai error reference code (e.g. "9.6f64d440.1318965461.2f2b078") into human-readable error details including logs, HTTP status codes, and request/response metadata. This is an async operation that polls until complete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| errorCode | Yes | The alphanumeric error reference code from Akamai error pages (e.g. "9.6f64d440.1318965461.2f2b078"). This is the "Reference #" shown on Akamai error pages. | |
| traceForwardLogs | No | When true, gets logs from all edge servers involved in serving the request (not just the one where the error occurred). May take longer. Defaults to false. |