Documentation
¶
Overview ¶
Package errors contains common error types used by this module.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommonError ¶
type CommonError struct {
Message string
}
CommonError represents an error with a caller supplied message.
func (*CommonError) Error ¶
func (e *CommonError) Error() string
Click to show internal directories.
Click to hide internal directories.