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
AWSS3TransferUtilityErrorUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSS3TransferUtilityErrorRedirection
Swift
case redirection = 1
-
Undocumented
Declaration
Objective-C
AWSS3TransferUtilityErrorClientError
Swift
case clientError = 2
-
Undocumented
Declaration
Objective-C
AWSS3TransferUtilityErrorServerError
Swift
case serverError = 3
-
Undocumented
Declaration
Objective-C
AWSS3TransferUtilityErrorLocalFileNotFound
Swift
case localFileNotFound = 4
-
Undocumented
Declaration
Objective-C
AWSS3TransferUtilityErrorBaseDirectoryNotFound
Swift
case baseDirectoryNotFound = 5
-
Undocumented
Declaration
Objective-C
AWSS3TransferUtilityErrorPartialFileNotCreated
Swift
case partialFileNotCreated = 6