- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe to Topic
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
CPV error text
Question from Maksim Sizonenko, Ingram Micro
We are CPV and our application perform application consents. We analyze the response and with conflict cases, we received the following error text:
{
"code": 600005,
"description": "Permission entry already exists.",
"message": "Permission entry already exists.",
"errorName": "Conflict",
"isRetryable": false,
"parameters": {},
"errorMessageExtended": "InternalErrorCode=600005"
}
Since today the format of error text was changed. And it looks like this:
{
"statusCode": 409,
"message": "{\r\n \"odata.error\": {\r\n \"code\": \"Request_MultipleObjectsWithSameKeyValue\",\r\n \"message\": {\r\n \"lang\": \"en\",\r\n \"value\": \"Permission entry already exists.\"\r\n },\r\n \"requestId\": \"328ac24b-4c9f-4979-853b-ab35cdce7bc5\",\r\n \"date\": \"2019-03-07T04:18:59\"\r\n }\r\n}",
"details": null
}
As I understand, it is wrong, and don't correspond with documentation: https://docs.microsoft.com/en-us/partner-center/develop/error-codes
For our customers, this issue is critical. Could you please rollback error response as soon as possible.
Program Manager, Microsoft Partner Influencers
Community Manager, CSP
