Documentation
¶
Overview ¶
Package commonerrors contains error types that are common across the project.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImpossibleErr ¶
type ImpossibleErr string
ImpossibleErr is returned for impossible conditions that should never happen in the code. This error should only be returned if there is no user remedy and represents a bug in the code.
func (ImpossibleErr) Error ¶
func (err ImpossibleErr) Error() string
Click to show internal directories.
Click to hide internal directories.