Documentation
¶
Index ¶
Constants ¶
View Source
const ( KeyNotFoundErr = FunctionalError("key not found") NotFoundErr = FunctionalError("not found") BadArgumentErr = FunctionalError("bad argument") IndexOutOfRangeErr = FunctionalError("index out of range") )
Variables ¶
Functions ¶
This section is empty.
Types ¶
type FunctionalError ¶
type FunctionalError string
func (FunctionalError) Error ¶
func (fe FunctionalError) Error() string
Click to show internal directories.
Click to hide internal directories.