Conflict
Conflict. This error occurs when the request cannot be completed because of a conflict with the current state of the resource.
For example, if you try to create a new certificate using a name that is already in use, the request will fail with this status:
{
"type": "conflict",
"title": "Conflict",
"instance": "732b3cb8-5651-4aa3-ab86-554eeb4c1caf",
"status": 409,
"detail": "conflict.detail",
"errors": [
{
"type": "error-types/resource-conflict",
"title": "Resource Conflict",
"detail": "Certificate creation with same name is already in progress.",
"problemId": "6f88ad1a-4487-434d-a051-a47ee102f032",
"field": "certificateName",
"value": "testjuly28-3"
}