AWSS3TransferUtilityErrorType
Objective-C
NS_ENUM(NSInteger, AWSS3TransferUtilityErrorType) {
AWSS3TransferUtilityErrorUnknown,
AWSS3TransferUtilityErrorRedirection,
AWSS3TransferUtilityErrorClientError,
AWSS3TransferUtilityErrorServerError,
AWSS3TransferUtilityErrorLocalFileNotFound,
AWSS3TransferUtilityErrorBaseDirectoryNotFound,
AWSS3TransferUtilityErrorPartialFileNotCreated
}
Swift
enum AWSS3TransferUtilityErrorType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSS3TransferUtilityErrorUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSS3TransferUtilityErrorRedirectionSwift
case redirection = 1 -
Undocumented
Declaration
Objective-C
AWSS3TransferUtilityErrorClientErrorSwift
case clientError = 2 -
Undocumented
Declaration
Objective-C
AWSS3TransferUtilityErrorServerErrorSwift
case serverError = 3 -
Undocumented
Declaration
Objective-C
AWSS3TransferUtilityErrorLocalFileNotFoundSwift
case localFileNotFound = 4 -
Undocumented
Declaration
Objective-C
AWSS3TransferUtilityErrorBaseDirectoryNotFoundSwift
case baseDirectoryNotFound = 5 -
Undocumented
Declaration
Objective-C
AWSS3TransferUtilityErrorPartialFileNotCreatedSwift
case partialFileNotCreated = 6
View on GitHub
Install in Dash
AWSS3TransferUtilityErrorType Enumeration Reference