Share via


SAErrorCodeExtensions.GetDomain(SAErrorCode) Method

Definition

Returns the error domain associated with the SafetyKit.SAErrorCode value

public static Foundation.NSString? GetDomain(this SafetyKit.SAErrorCode self);
static member GetDomain : SafetyKit.SAErrorCode -> Foundation.NSString

Parameters

self
SAErrorCode

The enumeration value

Returns

Remarks

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

Applies to