Contents

modelDecryptionKeyFetch

An error code for problems related to retrieving a model’s decryption key.

Declaration

static var modelDecryptionKeyFetch: MLModelError.Code { get }

Discussion

Core ML typically throws this error when the device doesn’t have access to the network.

See Also

Error Codes