Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BasicError ¶
type BasicError string
BasicError is an error for which we have no additional information.
func (BasicError) Error ¶
func (e BasicError) Error() string
type FatalError ¶
type FatalError BasicError
FatalError is an error that causes the program to terminate.
func (FatalError) Error ¶
func (e FatalError) Error() string
type TransientError ¶
type TransientError BasicError
TransientError is an error that can be recovered.
func (TransientError) Error ¶
func (e TransientError) Error() string
Click to show internal directories.
Click to hide internal directories.