Enum TransferStatus (2.36.1)

public enum TransferStatus extends Enum<TransferStatus>

The status of a Upload/Download operation performed by Transfer Manager.

Static Fields

NameDescription
FAILED_TO_FINISH

The transfer failed after bytes could be moved.

FAILED_TO_START

The transfer failed before bytes could be moved.

SKIPPED

The transfer failed because the object/file already exists and skipIfExists was set to true. See Also: ParallelUploadConfig.Builder#setSkipIfExists(boolean)

SUCCESS

The transfer was successful.

Static Methods

NameDescription
valueOf(String name)
values()