Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EnvironmentError ¶
EnvironmentError is raised when an environment variable that is verified turns up empty
func ErrEnvironment ¶
func ErrEnvironment(variable, value string) *EnvironmentError
ErrEnvironment is used to raise a EnvironmentError
func (*EnvironmentError) Error ¶
func (err *EnvironmentError) Error() string
func (*EnvironmentError) Unwrap ¶
func (err *EnvironmentError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.