errors

package
v0.0.0-...-dcd44e0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 26, 2017 License: BSD-2-Clause Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Location

type Location struct {
	Line   int `json:"line"`
	Column int `json:"column"`
}

type QueryError

type QueryError struct {
	Message       string      `json:"message"`
	Locations     []*Location `json:"locations,omitempty"`
	ResolverError error       `json:"-"`
}

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL