Skip to content
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

updates for error mapping #498

Closed
wants to merge 8 commits into from
Closed

updates for error mapping #498

wants to merge 8 commits into from

Conversation

baywet
Copy link
Member

@baywet baywet commented Feb 3, 2022

DO NOT MERGE, THE OPEN API DESCRIPTIONS NEED TO BE UPATED FIRST

@baywet baywet self-assigned this Feb 3, 2022
using System.IO;
using System.Linq;
namespace Graphdotnetv4.Models.Odata.Error {
public class Error : Exception, IParsable {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It feels like this class should be called something like ErrorResponse. Then Error_prop type be called Error instead of "Main".

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This comes from the open api description and can be fixed in there

@baywet baywet force-pushed the feature/error-description branch from 9c4d6ca to 679ba71 Compare February 7, 2022 18:23
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants