ASExtensionErrorCodeExtensions.GetDomain(ASExtensionErrorCode) Method

Definition

Returns the error domain associated with the AuthenticationServices.ASExtensionErrorCode value

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

Parameters

self
ASExtensionErrorCode

The enumeration value

Returns

Remarks

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

Applies to