This API responds with error response objects that provide details useful for debugging.
The following shows a typical error response. The outer object characterizes the overall problem, while the details
array lists potentially more than one problem detected in the request.
{
"type" : "/firewall-rules-manager/error-types/5",
"status" : 404,
"title" : "ServiceId doesn't exist",
"detail" : "ServiceId: 233 not found",
"instance" : "",
"errors" : [ ]
}
For details on information contained in the error responses, refer to Error response syntax.