-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As a developers, API errors should be easier to get to and get the full details #3066
Comments
Related to microsoftgraph/msgraph-sdk-go#510 |
We already generate the error types based on the description. What's missing is mapping a field of that type to the "standard error message" for the error/exception in the runtime, so it's easier to get an actionable message. @darrelmiller to help with the technical specification of that extension. |
components:
schemas:
ODataError:
type: object
properties:
code:
type: string
message:
type: string
x-ms-primaryErrorMessage: true |
Does the We have a |
The part that projects schemas to types should recognize the extension on the property and add the information to the property.
Don't hesitate to submit a pull request! |
No description provided.
The text was updated successfully, but these errors were encountered: