If an error occurs, this API responds with JSON objects, identified with the application/api-problem+json MIME type, that provide information you can use to debug the problem.

This example shows a GTM error response to a request when the loadImbalanceFactor is less than 1.0:

{
  "status": 400,
  "title": "Domain Validation Failure",
  "type": "https://problems.luna.akamaiapis.net/config-gtm/v1/domainValidationFailed",
  "errors": [
    {
      "detail": "loadImbalanceFactor needs to be at least 1.0",
      "title": "Domain Validation Error",
      "type": "https://problems.luna.akamaiapis.net/config-gtm/v1/domainValidationError"
    }
  ]
}

For details on information contained in the error responses, refer to Error response syntax.