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"` }
func Errorf ¶
func Errorf(format string, a ...interface{}) *QueryError
func ErrorfWithLoc ¶
func ErrorfWithLoc(line int, column int, format string, a ...interface{}) *QueryError
func (*QueryError) Error ¶
func (err *QueryError) Error() string
Click to show internal directories.
Click to hide internal directories.