You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a post request mentioned in #841 failed due to the bad request error from the Graph API, an undefined object was returned. I had to debug to find the cause of failure.
The errors should be thrown to allow preferable user management.
I came across this in TypeScript. Not sure if this is an issue in other languages.
The text was updated successfully, but these errors were encountered:
Hey @nikithauc, thanks for reaching out on that.
This is currently an "incomplete feature" that needs work in the OpenAPI spec + OpenAPI.net + Kiota + the http libraries across all languages.
We're tracking it in #411, don't hesitate to jump there and add comments on design solutions etc...
I'm going to close this one "as duplicate" if you don't mind.
When a post request mentioned in #841 failed due to the bad request error from the Graph API, an undefined object was returned. I had to debug to find the cause of failure.
The errors should be thrown to allow preferable user management.
I came across this in TypeScript. Not sure if this is an issue in other languages.
The text was updated successfully, but these errors were encountered: