Contents

MLModelError.Code.generic

An error code for runtime issues that don’t apply to the other error codes.

Declaration

case generic

Discussion

Core ML typically throws (Swift) or returns (Objective-C) this error when it encounters an internal problem.

See Also

Error codes