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
AWSPollyErrorUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSPollyErrorEngineNotSupportedSwift
case engineNotSupported = 1 -
Undocumented
Declaration
Objective-C
AWSPollyErrorInvalidLexiconSwift
case invalidLexicon = 2 -
Undocumented
Declaration
Objective-C
AWSPollyErrorInvalidNextTokenSwift
case invalidNextToken = 3 -
Undocumented
Declaration
Objective-C
AWSPollyErrorInvalidS3BucketSwift
case invalidS3Bucket = 4 -
Undocumented
Declaration
Objective-C
AWSPollyErrorInvalidS3KeySwift
case invalidS3Key = 5 -
Undocumented
Declaration
Objective-C
AWSPollyErrorInvalidSampleRateSwift
case invalidSampleRate = 6 -
Undocumented
Declaration
Objective-C
AWSPollyErrorInvalidSnsTopicArnSwift
case invalidSnsTopicArn = 7 -
Undocumented
Declaration
Objective-C
AWSPollyErrorInvalidSsmlSwift
case invalidSsml = 8 -
Undocumented
Declaration
Objective-C
AWSPollyErrorInvalidTaskIdSwift
case invalidTaskId = 9 -
Undocumented
Declaration
Objective-C
AWSPollyErrorLanguageNotSupportedSwift
case languageNotSupported = 10 -
Undocumented
Declaration
Objective-C
AWSPollyErrorLexiconNotFoundSwift
case lexiconNotFound = 11 -
Undocumented
Declaration
Objective-C
AWSPollyErrorLexiconSizeExceededSwift
case lexiconSizeExceeded = 12 -
Undocumented
Declaration
Objective-C
AWSPollyErrorMarksNotSupportedForFormatSwift
case marksNotSupportedForFormat = 13 -
Undocumented
Declaration
Objective-C
AWSPollyErrorMaxLexemeLengthExceededSwift
case maxLexemeLengthExceeded = 14 -
Undocumented
Declaration
Objective-C
AWSPollyErrorMaxLexiconsNumberExceededSwift
case maxLexiconsNumberExceeded = 15 -
Undocumented
Declaration
Objective-C
AWSPollyErrorServiceFailureSwift
case serviceFailure = 16 -
Undocumented
Declaration
Objective-C
AWSPollyErrorSsmlMarksNotSupportedForTextTypeSwift
case ssmlMarksNotSupportedForTextType = 17 -
Undocumented
Declaration
Objective-C
AWSPollyErrorSynthesisTaskNotFoundSwift
case synthesisTaskNotFound = 18 -
Undocumented
Declaration
Objective-C
AWSPollyErrorTextLengthExceededSwift
case textLengthExceeded = 19 -
Undocumented
Declaration
Objective-C
AWSPollyErrorUnsupportedPlsAlphabetSwift
case unsupportedPlsAlphabet = 20 -
Undocumented
Declaration
Objective-C
AWSPollyErrorUnsupportedPlsLanguageSwift
case unsupportedPlsLanguage = 21
View on GitHub
Install in Dash
AWSPollyErrorType Enumeration Reference