Contents

MLModelError.Code.update

An error code for problems related to on-device model updates.

Declaration

case update

Discussion

Core ML typically throws (Swift) or returns (Objective-C) this error when the update process encounters a problem at runtime, such as an MLMultiArray input with an incorrect shape.

See Also

Error codes