AccountKitError.Type
This class is no longer available in the most recent version of the SDK.
Extends:Enum
Package:accountkit
Class Methods
values()
public static Type values()
valueOf(String)
public static Type valueOf(String name)
ParameterDescription
name
Instance Methods
getMessage()
public String getMessage()
getCode()
public int getCode()
Constants
NETWORK_CONNECTION_ERROR
public static final Type NETWORK_CONNECTION_ERROR
SERVER_ERROR
public static final Type SERVER_ERROR
LOGIN_INVALIDATED
public static final Type LOGIN_INVALIDATED
INTERNAL_ERROR
public static final Type INTERNAL_ERROR
INITIALIZATION_ERROR
public static final Type INITIALIZATION_ERROR
ARGUMENT_ERROR
public static final Type ARGUMENT_ERROR