Contents

modelDecryption

An error code for problems related to decrypting models.

Declaration

static var modelDecryption: MLModelError.Code { get }

Discussion

Core ML typically throws 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