errors

package
v4.2.1 Latest Latest
Warning

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

Go to latest
Published: Jul 7, 2023 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 ErrCircularDependency = errors.New("circular dependency detected")
View Source
var ErrFetch = errors.New("no data")
View Source
var ErrFromDefaultsSectionMissing = errors.New("defaults section specified in from does not exist")
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")
View Source
var ErrSectionTypeMissing = errors.New("section type missing")
View Source
var ErrSectionTypeNotAllowed = errors.New("section type not allowed")

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