This table provides details for many of the errors you may encounter and the HTTP status codes they share. Note that this isn't an exhaustive listing. Each problem object's type
member corresponds to distinct error cases. Problem types reported in HTTP error responses follow this URI pattern, where the type
value appends after the common prefix string:
https://problems.luna.akamaiapis.net/config-gtm/{version}/{type}
Type | Description |
---|---|
httpRequestMethodNotSupported | Returned when the server does not support a specific request method. The response entity's detail member contains a list of supported methods for the resource, for reference. |