alreadyCancelled
An error describing a translation session that you’ve cancelled before, which prevents the session from producing additional results.
Declaration
static let alreadyCancelled: TranslationErrorDiscussion
A TranslationSession instance throws this error when you call one of its translate methods after calling its cancel() method.