errors

package
v4.0.0-rc3 Latest Latest
Warning

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

Go to latest
Published: Jul 7, 2022 License: Apache-2.0 Imports: 2 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrAttributeNotFound = errors.New("attribute not found")
View Source
var ErrFetch = errors.New("no data")
View Source
var ErrIndexOutOfRange = errors.New("index out of range")
View Source
var ErrInvalidData = errors.New("invalid data")
View Source
var ErrParserMissing = errors.New("parser missing")
View Source
var ErrScopeAlreadyExists = errors.New("scope already exists")
View Source
var ErrScopeMissing = errors.New("scope missing")
View Source
var ErrSectionAlreadyExists = errors.New("section already exists")
View Source
var ErrSectionMissing = errors.New("section missing")

Functions

This section is empty.

Types

type ParseError

type ParseError struct {
	Parser  string
	Line    string
	Message string
}

ParseError struct for creating parse errors

func (*ParseError) Error

func (e *ParseError) Error() string

Jump to

Keyboard shortcuts

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