ConnectErrorType
public enum ConnectErrorType : AWSErrorType
extension ConnectErrorType : CustomStringConvertible
Error enum for Connect
-
Undocumented
Declaration
Swift
case contactNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case destinationNotAllowedException(message: String?)
-
Undocumented
Declaration
Swift
case duplicateResourceException(message: String?)
-
Undocumented
Declaration
Swift
case internalServiceException(message: String?)
-
Undocumented
Declaration
Swift
case invalidParameterException(message: String?)
-
Undocumented
Declaration
Swift
case invalidRequestException(message: String?)
-
Undocumented
Declaration
Swift
case limitExceededException(message: String?)
-
Undocumented
Declaration
Swift
case outboundContactNotPermittedException(message: String?)
-
Undocumented
Declaration
Swift
case resourceNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case throttlingException(message: String?)
-
Undocumented
Declaration
Swift
case userNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }