Permalink
Cannot retrieve contributors at this time
Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up
Fetching contributors…

// Code generated by msgraph-generate.go DO NOT EDIT. | |
package msgraph | |
// GenericError undocumented | |
type GenericError struct { | |
// Object is the base model of GenericError | |
Object | |
// Message undocumented | |
Message *string `json:"message,omitempty"` | |
// Code undocumented | |
Code *string `json:"code,omitempty"` | |
} |