VSErrorCode Enumerazione

Definizione

Incapsula gli errori che possono verificarsi durante i tentativi di verifica delle credenziali.

[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 = 
Ereditarietà
VSErrorCode
Attributi

Campi

AccessNotGranted 0

L'utente non ha fornito in modo affermativo l'accesso.

InvalidVerificationToken 5

Il provider non riconosce il token di verifica fornito dall'app.

ProviderRejected 4
ServiceTemporarilyUnavailable 3

Si è verificato un errore temporaneo.

UnsupportedProvider 1

Il provider richiesto non è supportato.

UserCancelled 2

L'applicazione ha annullato la richiesta.

Si applica a