Versions in this module Expand all Collapse all v0 v0.411.0 Dec 14, 2024 Changes in this version + func ContainsTerminalError(errs []Error) bool + func SortErrorsByPosition(merr []Error) + type Error struct + Level ErrorLevel + Msg string + Pos optional.Option[Position] + Type ErrorType + func Errorf(pos Position, format string, args ...any) Error + func Infof(pos Position, format string, args ...any) Error + func Warnf(pos Position, format string, args ...any) Error + func Wrapf(pos Position, endColumn int, err error, format string, args ...any) Error + func (e Error) Error() string + type ErrorLevel int + const ERROR + const INFO + const WARN + type ErrorType int + const COMPILER + const FTL + type Position struct + EndColumn int + Filename string + Line int + Offset int + StartColumn int + func (p Position) String() string