共用方式為


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

應用程式已取消要求。

適用於