VSErrorCode Enum

Definition

Encapsulates errors that may occur during attempts to verify credentials.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum VSErrorCode
type VSErrorCode = 
Inheritance
VSErrorCode
Attributes

Fields

AccessNotGranted 0

The user has not affirmatively provided access.

InvalidVerificationToken 5

The provider does not recognize the verification token provided by the app.

ProviderRejected 4
ServiceTemporarilyUnavailable 3

A transient error has occurred.

UnsupportedProvider 1

The requested provider is not supported.

UserCancelled 2

The application cancelled the request.

Applies to