AWSTranscribeErrorType
Objective-C
NS_ENUM(NSInteger, AWSTranscribeErrorType) {
AWSTranscribeErrorUnknown,
AWSTranscribeErrorBadRequest,
AWSTranscribeErrorConflict,
AWSTranscribeErrorInternalFailure,
AWSTranscribeErrorLimitExceeded,
AWSTranscribeErrorNotFound,
}
Swift
enum AWSTranscribeErrorType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSTranscribeErrorUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSTranscribeErrorBadRequestSwift
case badRequest = 1 -
Undocumented
Declaration
Objective-C
AWSTranscribeErrorConflictSwift
case conflict = 2 -
Undocumented
Declaration
Objective-C
AWSTranscribeErrorInternalFailureSwift
case internalFailure = 3 -
Undocumented
Declaration
Objective-C
AWSTranscribeErrorLimitExceededSwift
case limitExceeded = 4 -
Undocumented
Declaration
Objective-C
AWSTranscribeErrorNotFoundSwift
case notFound = 5
View on GitHub
Install in Dash
AWSTranscribeErrorType Enumeration Reference