AWSLexErrorType
Objective-C
NS_ENUM(NSInteger, AWSLexErrorType) {
AWSLexErrorUnknown,
AWSLexErrorBadGateway,
AWSLexErrorBadRequest,
AWSLexErrorConflict,
AWSLexErrorDependencyFailed,
AWSLexErrorInternalFailure,
AWSLexErrorLimitExceeded,
AWSLexErrorLoopDetected,
AWSLexErrorNotAcceptable,
AWSLexErrorNotFound,
AWSLexErrorRequestTimeout,
AWSLexErrorUnsupportedMediaType,
}
Swift
enum AWSLexErrorType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSLexErrorUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSLexErrorBadGateway
Swift
case badGateway = 1
-
Undocumented
Declaration
Objective-C
AWSLexErrorBadRequest
Swift
case badRequest = 2
-
Undocumented
Declaration
Objective-C
AWSLexErrorConflict
Swift
case conflict = 3
-
Undocumented
Declaration
Objective-C
AWSLexErrorDependencyFailed
Swift
case dependencyFailed = 4
-
Undocumented
Declaration
Objective-C
AWSLexErrorInternalFailure
Swift
case internalFailure = 5
-
Undocumented
Declaration
Objective-C
AWSLexErrorLimitExceeded
Swift
case limitExceeded = 6
-
Undocumented
Declaration
Objective-C
AWSLexErrorLoopDetected
Swift
case loopDetected = 7
-
Undocumented
Declaration
Objective-C
AWSLexErrorNotAcceptable
Swift
case notAcceptable = 8
-
Undocumented
Declaration
Objective-C
AWSLexErrorNotFound
Swift
case notFound = 9
-
Undocumented
Declaration
Objective-C
AWSLexErrorRequestTimeout
Swift
case requestTimeout = 10
-
Undocumented
Declaration
Objective-C
AWSLexErrorUnsupportedMediaType
Swift
case unsupportedMediaType = 11