Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type QueryError ¶
type QueryError struct { Message string `json:"message"` Locations []Location `json:"locations,omitempty"` Path []interface{} `json:"path,omitempty"` Rule string `json:"-"` ResolverError error `json:"-"` }
func Errorf ¶
func Errorf(format string, a ...interface{}) *QueryError
func (*QueryError) Error ¶
func (err *QueryError) Error() string
Click to show internal directories.
Click to hide internal directories.