AWSTranslateErrorType
Objective-C
NS_ENUM(NSInteger, AWSTranslateErrorType) {
AWSTranslateErrorUnknown,
AWSTranslateErrorConcurrentModification,
AWSTranslateErrorConflict,
AWSTranslateErrorDetectedLanguageLowConfidence,
AWSTranslateErrorInternalServer,
AWSTranslateErrorInvalidFilter,
AWSTranslateErrorInvalidParameterValue,
AWSTranslateErrorInvalidRequest,
AWSTranslateErrorLimitExceeded,
AWSTranslateErrorResourceNotFound,
AWSTranslateErrorServiceUnavailable,
AWSTranslateErrorTextSizeLimitExceeded,
AWSTranslateErrorTooManyRequests,
AWSTranslateErrorTooManyTags,
AWSTranslateErrorUnsupportedDisplayLanguageCode,
AWSTranslateErrorUnsupportedLanguagePair,
}
Swift
enum AWSTranslateErrorType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSTranslateErrorUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSTranslateErrorConcurrentModification
Swift
case concurrentModification = 1
-
Undocumented
Declaration
Objective-C
AWSTranslateErrorConflict
Swift
case conflict = 2
-
Undocumented
Declaration
Objective-C
AWSTranslateErrorDetectedLanguageLowConfidence
Swift
case detectedLanguageLowConfidence = 3
-
Undocumented
Declaration
Objective-C
AWSTranslateErrorInternalServer
Swift
case internalServer = 4
-
Undocumented
Declaration
Objective-C
AWSTranslateErrorInvalidFilter
Swift
case invalidFilter = 5
-
Undocumented
Declaration
Objective-C
AWSTranslateErrorInvalidParameterValue
Swift
case invalidParameterValue = 6
-
Undocumented
Declaration
Objective-C
AWSTranslateErrorInvalidRequest
Swift
case invalidRequest = 7
-
Undocumented
Declaration
Objective-C
AWSTranslateErrorLimitExceeded
Swift
case limitExceeded = 8
-
Undocumented
Declaration
Objective-C
AWSTranslateErrorResourceNotFound
Swift
case resourceNotFound = 9
-
Undocumented
Declaration
Objective-C
AWSTranslateErrorServiceUnavailable
Swift
case serviceUnavailable = 10
-
Undocumented
Declaration
Objective-C
AWSTranslateErrorTextSizeLimitExceeded
Swift
case textSizeLimitExceeded = 11
-
Undocumented
Declaration
Objective-C
AWSTranslateErrorTooManyRequests
Swift
case tooManyRequests = 12
-
Undocumented
Declaration
Objective-C
AWSTranslateErrorTooManyTags
Swift
case tooManyTags = 13
-
Undocumented
Declaration
Objective-C
AWSTranslateErrorUnsupportedDisplayLanguageCode
Swift
case unsupportedDisplayLanguageCode = 14
-
Undocumented
Declaration
Objective-C
AWSTranslateErrorUnsupportedLanguagePair
Swift
case unsupportedLanguagePair = 15