ArcGISKit Documentation

Enumeration AGKAuth​Error

public enum AGKAuthError: Error  
%9 AGKAuthError AGKAuthError Error Error AGKAuthError->Error

Conforms To

Error

Enumeration Cases

is​Anonymous

case isAnonymous

You logged in anonymously using GIS.init. You must login using a username and password, or a client ID and secret.

invalid​Username​OrPassword

case invalidUsernameOrPassword

The username or password provided to GIS.init was invalid.

token​Required

case tokenRequired

A token is required. Login using a username and password, or a client ID and secret so GIS.init can generate a token.