multierr

package
v1.14.0 Latest Latest
Warning

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

Go to latest
Published: Jun 10, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Error

type Error struct {
	// contains filtered or unexported fields
}

func New

func New() *Error

func (*Error) Add

func (e *Error) Add(filename, in string, loc int, err error)

func (*Error) Error

func (e *Error) Error() string

func (*Error) Errs

func (e *Error) Errs() []*FileError

type FileError

type FileError struct {
	Filename string
	Line     int
	Column   int
	Err      error
}

func (*FileError) Unwrap

func (e *FileError) Unwrap() error

Jump to

Keyboard shortcuts

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