---
title: MLCreateError.cancelled
framework: createml
role: symbol
role_heading: Case
path: createml/mlcreateerror/cancelled
---

# MLCreateError.cancelled

An error that indicates you canceled the training session.

## Declaration

```swift
case cancelled
```

## See Also

### Identifying errors

- [MLCreateError.incompatibleParameters(parameter:originalValue:newValue:)](createml/mlcreateerror/incompatibleparameters(parameter:originalvalue:newvalue:).md)
- [MLCreateError.modifiedTrainingData](createml/mlcreateerror/modifiedtrainingdata.md)
- [MLCreateError.io(reason:)](createml/mlcreateerror/io(reason:).md)
- [MLCreateError.type(reason:)](createml/mlcreateerror/type(reason:).md)
- [MLCreateError.generic(reason:)](createml/mlcreateerror/generic(reason:).md)
- [MLCreateErrorDomain](createml/mlcreateerrordomain.md)
