Documentation ¶
Overview ¶
Package errors contains errors that are thrown across packages.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrPermissionsChanged ¶
type ErrPermissionsChanged struct {
// contains filtered or unexported fields
}
ErrPermissionsChanged occurs if the file permission have changed since the file was created.
func NewErrPermissionsChanged ¶
func NewErrPermissionsChanged(name string, got, want os.FileMode) *ErrPermissionsChanged
func (ErrPermissionsChanged) Error ¶
func (e ErrPermissionsChanged) Error() string
Click to show internal directories.
Click to hide internal directories.