DCErrorExtensions.GetDomain(DCError) Method

Definition

Returns the error domain associated with the DeviceCheck.DCError value

public static Foundation.NSString GetDomain (this DeviceCheck.DCError self);
static member GetDomain : DeviceCheck.DCError -> Foundation.NSString

Parameters

self
DCError

The enumeration value

Returns

Remarks

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

Applies to