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 | アプリケーションによって要求が取り消されました。 |