VSErrorCode 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
封装尝试验证凭据期间可能发生的错误。
[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 | 应用程序取消了请求。 |