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 ¶
ParseError struct for creating parse errors
func (*ParseError) Error ¶
func (e *ParseError) Error() string
Click to show internal directories.
Click to hide internal directories.