Incorrect request. Check the detail
field for probable issues and troubleshooting.
Example:
{
"type": "bad.request.error",
"title": "Incorrect request.",
"status": 400,
"detail": "Provide only one of these members, either `edgeLocationId` or `edgeIp`.",
"errors": [
{
"type": "field.conflict",
"title": "Conflicting values.",
"requestField": "edgeLocationId"
},
{
"type": "field.conflict",
"title": "Conflicting values.",
"requestField": "edgeIp"
}
]
}