Documentation ¶
Overview ¶
Package oakerr stores errors returned throughout oak. It is currently a little bare-bones.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExistingFontError ¶
type ExistingFontError struct{}
ExistingFontError is returned when a font is overwritten in a font manager
func (ExistingFontError) Error ¶
func (efe ExistingFontError) Error() string
type InsufficientInputs ¶ added in v1.4.0
InsufficientInputs is returned when something requires at least some number of inputs in a variadic argument, but that minimum was not supplied.
func (InsufficientInputs) Error ¶ added in v1.4.0
func (ii InsufficientInputs) Error() string
type NotLoadedError ¶
type NotLoadedError struct{}
NotLoadedError is returned when something is queried that is not yet loaded.
func (NotLoadedError) Error ¶
func (nle NotLoadedError) Error() string
Click to show internal directories.
Click to hide internal directories.