Contents

MLModelError.Code.modelDecryption

An error code for problems related to decrypting models.

Declaration

case modelDecryption

Discussion

Core ML typically throws (Swift) or returns (Objective-C) this error when the framework can’t decrypt a model.

The framework can’t decrypt encrypted models in macOS if System Integrity Protection (SIP) is disabled.

See Also

Error codes