Errors thrown by Create ML.
SDKs
- macOS 10.14+
- Xcode 10.0+
Framework
- Create ML
Declaration
enum MLCreateError
Errors thrown by Create ML.
SDKs
Framework
enum MLCreateError
case io(reason: String)
An error indicating an I/O failure.
case type(reason: String)
An error indicating a missing or incorrect type.
case generic(reason: String)
An error indicating a failure not covered by one of the other errors.
let MLCreate Error Domain: String
The domain for Create ML errors.
var localized Description: String
A localized, human-readable description of the error.