-
Notifications
You must be signed in to change notification settings - Fork 55
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Hi,
It seems after you switched from SOAP to WebAPI backend, the error messages returned by the CdsServiceClient are very generic.
Examples:
-
Create entity with missing mandatory attribute:
Microsoft.Rest.HttpOperationException: 'Operation returned an invalid status code 'BadRequest''
Expected: more specific exception indicating missing/invalid attributes of entity -
Create entity using impersonation - passing invalid CallerId (random Guid)
JsonReaderException: Bad JSON escape sequence: \x. Path '_error', line 1, position 170.
Expected: exception indicating that callerId is invalid
There might be more cases like that - please verify.
Regards,
Stefan
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request