Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AttributeNotFoundErr error = errors.New("attribute not found")
View Source
var FetchError error = errors.New("no data")
View Source
var IndexOutOfRange error = errors.New("index out of range")
View Source
var InvalidData error = errors.New("invalid data")
View Source
var ParserMissingErr error = errors.New("parser missing")
View Source
var SectionAlreadyExistsErr error = errors.New("section already exists")
View Source
var SectionMissingErr error = errors.New("section missing")
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.