Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrObjectExists = fmt.Errorf("object already exists") ErrObjectIsNewer = fmt.Errorf("object is newer or same age") ErrObjectSizesMatch = fmt.Errorf("object size matches") )
OK-to-have error types (warnings) that is used when the job status is warning.
Functions ¶
func IsCancelation ¶
Types ¶
type Error ¶
type Error struct {
// Op is the operation being performed, usually the name of the method
// being invoked (copy, move, etc.)
Op string
// Src is the source argument
Src *url.URL
// Dst is the destination argument
Dst *url.URL
// The underlying error if any
Err error
}
func (*Error) FullCommand ¶
Click to show internal directories.
Click to hide internal directories.