Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PermanentError ¶
type PermanentError struct {
Err error
}
PermanentError signals that the operation should stop the module manager immediately
func Permanent ¶
func Permanent(err error) *PermanentError
Permanent wraps the given err in a *PermanentError.
func (*PermanentError) Error ¶
func (e *PermanentError) Error() string
func (*PermanentError) Unwrap ¶
func (e *PermanentError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.