AWSPollyErrorType
Objective-C
NS_ENUM(NSInteger, AWSPollyErrorType) {
AWSPollyErrorUnknown,
AWSPollyErrorEngineNotSupported,
AWSPollyErrorInvalidLexicon,
AWSPollyErrorInvalidNextToken,
AWSPollyErrorInvalidS3Bucket,
AWSPollyErrorInvalidS3Key,
AWSPollyErrorInvalidSampleRate,
AWSPollyErrorInvalidSnsTopicArn,
AWSPollyErrorInvalidSsml,
AWSPollyErrorInvalidTaskId,
AWSPollyErrorLanguageNotSupported,
AWSPollyErrorLexiconNotFound,
AWSPollyErrorLexiconSizeExceeded,
AWSPollyErrorMarksNotSupportedForFormat,
AWSPollyErrorMaxLexemeLengthExceeded,
AWSPollyErrorMaxLexiconsNumberExceeded,
AWSPollyErrorServiceFailure,
AWSPollyErrorSsmlMarksNotSupportedForTextType,
AWSPollyErrorSynthesisTaskNotFound,
AWSPollyErrorTextLengthExceeded,
AWSPollyErrorUnsupportedPlsAlphabet,
AWSPollyErrorUnsupportedPlsLanguage,
}
Swift
enum AWSPollyErrorType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSPollyErrorUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSPollyErrorEngineNotSupported
Swift
case engineNotSupported = 1
-
Undocumented
Declaration
Objective-C
AWSPollyErrorInvalidLexicon
Swift
case invalidLexicon = 2
-
Undocumented
Declaration
Objective-C
AWSPollyErrorInvalidNextToken
Swift
case invalidNextToken = 3
-
Undocumented
Declaration
Objective-C
AWSPollyErrorInvalidS3Bucket
Swift
case invalidS3Bucket = 4
-
Undocumented
Declaration
Objective-C
AWSPollyErrorInvalidS3Key
Swift
case invalidS3Key = 5
-
Undocumented
Declaration
Objective-C
AWSPollyErrorInvalidSampleRate
Swift
case invalidSampleRate = 6
-
Undocumented
Declaration
Objective-C
AWSPollyErrorInvalidSnsTopicArn
Swift
case invalidSnsTopicArn = 7
-
Undocumented
Declaration
Objective-C
AWSPollyErrorInvalidSsml
Swift
case invalidSsml = 8
-
Undocumented
Declaration
Objective-C
AWSPollyErrorInvalidTaskId
Swift
case invalidTaskId = 9
-
Undocumented
Declaration
Objective-C
AWSPollyErrorLanguageNotSupported
Swift
case languageNotSupported = 10
-
Undocumented
Declaration
Objective-C
AWSPollyErrorLexiconNotFound
Swift
case lexiconNotFound = 11
-
Undocumented
Declaration
Objective-C
AWSPollyErrorLexiconSizeExceeded
Swift
case lexiconSizeExceeded = 12
-
Undocumented
Declaration
Objective-C
AWSPollyErrorMarksNotSupportedForFormat
Swift
case marksNotSupportedForFormat = 13
-
Undocumented
Declaration
Objective-C
AWSPollyErrorMaxLexemeLengthExceeded
Swift
case maxLexemeLengthExceeded = 14
-
Undocumented
Declaration
Objective-C
AWSPollyErrorMaxLexiconsNumberExceeded
Swift
case maxLexiconsNumberExceeded = 15
-
Undocumented
Declaration
Objective-C
AWSPollyErrorServiceFailure
Swift
case serviceFailure = 16
-
Undocumented
Declaration
Objective-C
AWSPollyErrorSsmlMarksNotSupportedForTextType
Swift
case ssmlMarksNotSupportedForTextType = 17
-
Undocumented
Declaration
Objective-C
AWSPollyErrorSynthesisTaskNotFound
Swift
case synthesisTaskNotFound = 18
-
Undocumented
Declaration
Objective-C
AWSPollyErrorTextLengthExceeded
Swift
case textLengthExceeded = 19
-
Undocumented
Declaration
Objective-C
AWSPollyErrorUnsupportedPlsAlphabet
Swift
case unsupportedPlsAlphabet = 20
-
Undocumented
Declaration
Objective-C
AWSPollyErrorUnsupportedPlsLanguage
Swift
case unsupportedPlsLanguage = 21