ASExtensionErrorCode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Error codes associated with Authentication Services extensions.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum ASExtensionErrorCode
type ASExtensionErrorCode =
- Inheritance
-
ASExtensionErrorCode
- Attributes
Fields
Name | Value | Description |
---|---|---|
Failed | 0 | A general failure. |
UserCanceled | 1 | The user initiated the cancellation of the authentication request. |
UserInteractionRequired | 100 | Additional user interaction is required. |
CredentialIdentityNotFound | 101 | The identity could not be found. |