AWSLexInteractionKitErrorCode
Objective-C
NS_ENUM(NSInteger, AWSLexInteractionKitErrorCode) {
AWSLexInteractionKitErrorCodeUnknown,
AWSLexInteractionKitErrorCodeAudioRecording,
AWSLexInteractionKitErrorCodeAudioStreaming,
AWSLexInteractionKitErrorCodeMaxSpeechTimeout,
AWSLexInteractionKitErrorCodeNoSpeechTimeout,
AWSLexInteractionKitErrorCodeDialogFailed,
AWSLexInteractionKitErrorCodeRequestInProgress
}
Swift
enum AWSLexInteractionKitErrorCode : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSLexInteractionKitErrorCodeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSLexInteractionKitErrorCodeAudioRecording
Swift
case audioRecording = 1
-
Undocumented
Declaration
Objective-C
AWSLexInteractionKitErrorCodeAudioStreaming
Swift
case audioStreaming = 2
-
Undocumented
Declaration
Objective-C
AWSLexInteractionKitErrorCodeMaxSpeechTimeout
Swift
case maxSpeechTimeout = 3
-
Undocumented
Declaration
Objective-C
AWSLexInteractionKitErrorCodeNoSpeechTimeout
Swift
case noSpeechTimeout = 4
-
Undocumented
Declaration
Objective-C
AWSLexInteractionKitErrorCodeDialogFailed
Swift
case dialogFailed = 5
-
Undocumented
Declaration
Objective-C
AWSLexInteractionKitErrorCodeRequestInProgress
Swift
case requestInProgress = 6