Contents

update

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

Declaration

static var update: MLModelError.Code { get }

Discussion

Core ML typically throws this error when the update process encounters a problem at runtime, such as an MLMultiArray input with an incorrect shape.

See Also

Error Codes