-
Notifications
You must be signed in to change notification settings - Fork 33
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
Conversation
using System.IO; | ||
using System.Linq; | ||
namespace Graphdotnetv4.Models.Odata.Error { | ||
public class Error : Exception, IParsable { |
There was a problem hiding this comment.
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".
There was a problem hiding this comment.
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
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
9c4d6ca
to
679ba71
Compare
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
DO NOT MERGE, THE OPEN API DESCRIPTIONS NEED TO BE UPATED FIRST