Documentation ¶
Overview ¶
Package errs contains errors that are shared across packages. It's named this way to avoid colliding with "errors" (stdlib), "error" (a builtin type), and "err" (a common variable name).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UnknownVarError ¶
UnknownVarError is an error that will be returned when a template references a variable that's nonexistent.
func (*UnknownVarError) Error ¶
func (n *UnknownVarError) Error() string
func (*UnknownVarError) Is ¶
func (n *UnknownVarError) Is(other error) bool
func (*UnknownVarError) Unwrap ¶
func (n *UnknownVarError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.