---
title: "MLCreateError.incompatibleParameters(parameter:originalValue:newValue:)"
framework: createml
role: symbol
role_heading: Case
path: "createml/mlcreateerror/incompatibleparameters(parameter:originalvalue:newvalue:)"
---

# MLCreateError.incompatibleParameters(parameter:originalValue:newValue:)

An error that indicates the training session parameters are incompatible.

## Declaration

```swift
case incompatibleParameters(parameter: String, originalValue: String, newValue: String)
```

## See Also

### Identifying errors

- [MLCreateError.cancelled](createml/mlcreateerror/cancelled.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)
