Share via


ASExtensionErrorCodeExtensions Class

Definition

Extension methods for the ASExtensionErrorCode enumeration.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static class ASExtensionErrorCodeExtensions
public class ASExtensionErrorCodeExtensions
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
type ASExtensionErrorCodeExtensions = class
type ASExtensionErrorCodeExtensions = class
Inheritance
ASExtensionErrorCodeExtensions
Attributes

Remarks

The extension method for the ASExtensionErrorCode enumeration can be used to fetch the error ___domain associated with these error codes.

Constructors

Name Description
ASExtensionErrorCodeExtensions()

Properties

Name Description
LocalizedFailureReasonErrorKey

Represents the value associated with the constant 'ASExtensionLocalizedFailureReasonErrorKey'.

Methods

Name Description
GetDomain(ASExtensionErrorCode)

Returns the error ___domain associated with the AuthenticationServices.ASExtensionErrorCode value

Applies to