DeviceFarmErrorType
public enum DeviceFarmErrorType : AWSErrorType
extension DeviceFarmErrorType : CustomStringConvertible
Error enum for DeviceFarm
-
Undocumented
Declaration
Swift
case argumentException(message: String?)
-
Undocumented
Declaration
Swift
case cannotDeleteException(message: String?)
-
Undocumented
Declaration
Swift
case idempotencyException(message: String?)
-
Undocumented
Declaration
Swift
case internalServiceException(message: String?)
-
Undocumented
Declaration
Swift
case invalidOperationException(message: String?)
-
Undocumented
Declaration
Swift
case limitExceededException(message: String?)
-
Undocumented
Declaration
Swift
case notEligibleException(message: String?)
-
Undocumented
Declaration
Swift
case notFoundException(message: String?)
-
Undocumented
Declaration
Swift
case serviceAccountException(message: String?)
-
Undocumented
Declaration
Swift
case tagOperationException(message: String?)
-
Undocumented
Declaration
Swift
case tagPolicyException(message: String?)
-
Undocumented
Declaration
Swift
case tooManyTagsException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }