Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HomeDirNotFoundError ¶
type HomeDirNotFoundError struct {
// contains filtered or unexported fields
}
HomeDirNotFoundError is an error that implements the ErrorLocalier and ErrorInput interfaces from locale/errors.go because importing locale for NewInputError creates an import cycle. Instead, return this error that looks like a LocalizedError.
func (*HomeDirNotFoundError) Error ¶
func (e *HomeDirNotFoundError) Error() string
func (*HomeDirNotFoundError) InputError ¶
func (e *HomeDirNotFoundError) InputError() bool
func (*HomeDirNotFoundError) LocaleError ¶
func (e *HomeDirNotFoundError) LocaleError() string
func (*HomeDirNotFoundError) Unwrap ¶
func (e *HomeDirNotFoundError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.