summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/PublicErrorModel.go
blob: 9262b433b53f30d4c2002847d758f9ea888ee376 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// PublicError undocumented
type PublicError struct {
	// Object is the base model of PublicError
	Object
	// Code undocumented
	Code *string `json:"code,omitempty"`
	// Message undocumented
	Message *string `json:"message,omitempty"`
	// Target undocumented
	Target *string `json:"target,omitempty"`
	// Details undocumented
	Details []PublicErrorDetail `json:"details,omitempty"`
	// InnerError undocumented
	InnerError *PublicInnerError `json:"innerError,omitempty"`
}