PollyErrorType
public enum PollyErrorType : AWSErrorType
extension PollyErrorType : CustomStringConvertible
Error enum for Polly
-
Undocumented
Declaration
Swift
case engineNotSupportedException(message: String?)
-
Undocumented
Declaration
Swift
case invalidLexiconException(message: String?)
-
Undocumented
Declaration
Swift
case invalidNextTokenException(message: String?)
-
Undocumented
Declaration
Swift
case invalidS3BucketException(message: String?)
-
Undocumented
Declaration
Swift
case invalidS3KeyException(message: String?)
-
Undocumented
Declaration
Swift
case invalidSampleRateException(message: String?)
-
Undocumented
Declaration
Swift
case invalidSnsTopicArnException(message: String?)
-
Undocumented
Declaration
Swift
case invalidSsmlException(message: String?)
-
Undocumented
Declaration
Swift
case invalidTaskIdException(message: String?)
-
Undocumented
Declaration
Swift
case languageNotSupportedException(message: String?)
-
Undocumented
Declaration
Swift
case lexiconNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case lexiconSizeExceededException(message: String?)
-
Undocumented
Declaration
Swift
case marksNotSupportedForFormatException(message: String?)
-
Undocumented
Declaration
Swift
case maxLexemeLengthExceededException(message: String?)
-
Undocumented
Declaration
Swift
case maxLexiconsNumberExceededException(message: String?)
-
Undocumented
Declaration
Swift
case serviceFailureException(message: String?)
-
Undocumented
Declaration
Swift
case ssmlMarksNotSupportedForTextTypeException(message: String?)
-
Undocumented
Declaration
Swift
case synthesisTaskNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case textLengthExceededException(message: String?)
-
Undocumented
Declaration
Swift
case unsupportedPlsAlphabetException(message: String?)
-
Undocumented
Declaration
Swift
case unsupportedPlsLanguageException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }