次の方法で共有


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

アプリケーションによって要求が取り消されました。

適用対象