VSErrorCode 枚举

定义

封装尝试验证凭据期间可能发生的错误。

[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 = 
继承
VSErrorCode
属性

字段

AccessNotGranted 0

用户未明确提供访问权限。

InvalidVerificationToken 5

提供程序无法识别应用提供的验证令牌。

ProviderRejected 4
ServiceTemporarilyUnavailable 3

发生了暂时性错误。

UnsupportedProvider 1

不支持请求的提供程序。

UserCancelled 2

应用程序取消了请求。

适用于