---
title: alreadyCancelled
framework: translation
role: symbol
role_heading: Type Property
path: translation/translationerror/alreadycancelled
---

# alreadyCancelled

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

## Declaration

```swift
static let alreadyCancelled: TranslationError
```

## Discussion

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

- [nothingToTranslate](translation/translationerror/nothingtotranslate.md)
- [unableToIdentifyLanguage](translation/translationerror/unabletoidentifylanguage.md)
- [internalError](translation/translationerror/internalerror.md)
- [notInstalled](translation/translationerror/notinstalled.md)
