LexRuntimeServiceErrorType
public enum LexRuntimeServiceErrorType : AWSErrorType
extension LexRuntimeServiceErrorType : CustomStringConvertible
Error enum for LexRuntimeService
-
Undocumented
Declaration
Swift
case badGatewayException(message: String?)
-
Undocumented
Declaration
Swift
case badRequestException(message: String?)
-
Undocumented
Declaration
Swift
case conflictException(message: String?)
-
Undocumented
Declaration
Swift
case dependencyFailedException(message: String?)
-
Undocumented
Declaration
Swift
case internalFailureException(message: String?)
-
Undocumented
Declaration
Swift
case limitExceededException(message: String?)
-
Undocumented
Declaration
Swift
case loopDetectedException(message: String?)
-
Undocumented
Declaration
Swift
case notAcceptableException(message: String?)
-
Undocumented
Declaration
Swift
case notFoundException(message: String?)
-
Undocumented
Declaration
Swift
case requestTimeoutException(message: String?)
-
Undocumented
Declaration
Swift
case unsupportedMediaTypeException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }