// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// PublicErrorResponse undocumented
type PublicErrorResponse struct {
	// Object is the base model of PublicErrorResponse
	Object
	// Error undocumented
	Error *PublicError `json:"error,omitempty"`
}