Contents

alreadyCancelled

An error describing a translation session that you’ve cancelled before, which prevents the session from producing additional results.

Declaration

static let alreadyCancelled: TranslationError

Discussion

A TranslationSession instance throws this error when you call one of its translate methods after calling its cancel() method.

See Also

Handling general errors