MLModelErrorExtensions.GetDomain(MLModelError) Method

Definition

Returns the error domain associated with the CoreML.MLModelError value

public static Foundation.NSString GetDomain (this CoreML.MLModelError self);
static member GetDomain : CoreML.MLModelError -> Foundation.NSString

Parameters

self
MLModelError

The enumeration value

Returns

Remarks

See the NSError for information on how to use the error domains when reporting errors.

Applies to