TransferErrorType
public enum TransferErrorType : AWSErrorType
extension TransferErrorType : CustomStringConvertible
Error enum for Transfer
-
Undocumented
Declaration
Swift
case accessDeniedException(message: String?)
-
Undocumented
Declaration
Swift
case conflictException(message: String?)
-
Undocumented
Declaration
Swift
case internalServiceError(message: String?)
-
Undocumented
Declaration
Swift
case invalidNextTokenException(message: String?)
-
Undocumented
Declaration
Swift
case invalidRequestException(message: String?)
-
Undocumented
Declaration
Swift
case resourceExistsException(message: String?)
-
Undocumented
Declaration
Swift
case resourceNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case serviceUnavailableException(message: String?)
-
Undocumented
Declaration
Swift
case throttlingException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }