exitcode

package
v1.61.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 23, 2022 License: MIT Imports: 0 Imported by: 3

Documentation

Overview

Package exitcode exports rclone's exit status numbers.

Index

Constants

View Source
const (
	// Success is returned when rclone finished without error.
	Success = iota
	// UsageError is returned when there was a syntax or usage error in the arguments.
	UsageError
	// UncategorizedError is returned for any error not categorised otherwise.
	UncategorizedError
	// DirNotFound is returned when a source or destination directory is not found.
	DirNotFound
	// FileNotFound is returned when a source or destination file is not found.
	FileNotFound
	// RetryError is returned for temporary errors during operations which may be retried.
	RetryError
	// NoRetryError is returned for errors from operations which can't/shouldn't be retried.
	NoRetryError
	// FatalError is returned for errors one or more retries won't resolve.
	FatalError
	// TransferExceeded is returned when network I/O exceeded the quota.
	TransferExceeded
	// NoFilesTransferred everything succeeded, but no transfer was made.
	NoFilesTransferred
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL