Contents

generic

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

Declaration

static var generic: MLModelError.Code { get }

Discussion

Core ML typically throws this error when it encounters an internal problem.

See Also

Error Codes