Versions in this module Expand all Collapse all v1 v1.0.0 Nov 28, 2018 Changes in this version + type Error struct + Extensions map[string]interface{} + Locations []Location + Message string + Path []interface{} + Rule string + func ErrorLocf(file string, line int, col int, message string, args ...interface{}) *Error + func ErrorPathf(path []interface{}, message string, args ...interface{}) *Error + func ErrorPosf(pos *ast.Position, message string, args ...interface{}) *Error + func Errorf(message string, args ...interface{}) *Error + func WrapPath(path []interface{}, err error) *Error + func (err *Error) Error() string + func (err *Error) SetFile(file string) + type List []*Error + func (errs List) Error() string + type Location struct + Column int + Line int