This section shows you how to handle various kinds of errors the Fast Purge API generates and lists the range of HTTP status codes along with their likely causes.
If an error occurs, this API responds with JSON objects, identified with the application/api problem+json
content type, that provide information you can use to debug the problem. If any object you specify fails to purge, the entire request fails.
This example shows an error response for a request processed by Fast Purge.
{
"supportId": "edup-CUxs8ZxCNNJ6GRdCq5iHXG",
"httpStatus": 400,
"title": "bad URL",
"detail": "Invalid or malformed URL 'https://akamai.com/solutions/devóps.jsp': contains non-ASCII character 'ó' (LATIN SMALL LETTER O WITH ACUTE)",
"describedBy": "https://developer.akamai.com/api/core_features/fast_purge/v3.html#httpcodes"
}
For details on information contained in the error responses, refer to Error response syntax.