googleworkspace / dotnet-samples

.NET samples for Google Workspace APIs
Apache License 2.0
167 stars 140 forks source link

Improve error messages #33

Closed LucasWBritz closed 4 years ago

LucasWBritz commented 4 years ago

Expected Behavior

Improved error messages.

Actual Behavior

An exception with a generic message is thrown: Google.GoogleApiException: 'Google.Apis.Requests.RequestError Invalid resource id value. [400] Errors [Message[Invalid resource id value.] Location[ - ] Reason[invalid] Domain[global]

Steps to Reproduce the Problem

  1. Try to insert an event to google calendar with an Id that contains '-'. (Guid.NewGuid().ToString(), for instance).

Specifications

LucasWBritz commented 4 years ago

I'm not sure If I opened this issue on the right place. If not, please let me know where I can open it. Thanks