Speedify SDK for Android 16.1.1
Loading...
Searching...
No Matches
Types.ErrorType Enum Reference

Type classification for a login or connect error. More...

Public Attributes

 OK
 No error.
 
 NETWORK
 Network related error.
 
 SERVER
 An error occurred on the server.
 
 CREDENTIAL
 Invalid credentials.
 
 DIRECTORY
 Directory list was empty.
 
 ACCOUNT
 An issue with the account being used.
 
 RATELIMITED
 Too many requests are being made by this device.
 
 TOKEN_EXPIRED
 The provided OAUTH token is expired.
 
 VPN_ADAPTER
 An error with opening or configuring the VPN adapter.
 
 DEVICE_LIMIT
 User has reached the registered device limit.
 
 LOCK_TEAM
 Setting locked by server configuration.
 
 LOCK_ACCOUNT
 Setting locked by account configuration.
 
 INVALID_ARGUMENT
 An invalid argument was supplied.
 

Detailed Description

Type classification for a login or connect error.

Since
6.0

Member Data Documentation

◆ ACCOUNT

ACCOUNT

An issue with the account being used.

Since
6.0

◆ CREDENTIAL

CREDENTIAL

Invalid credentials.

Since
6.0

◆ DEVICE_LIMIT

DEVICE_LIMIT

User has reached the registered device limit.

Since
13.3

◆ DIRECTORY

DIRECTORY

Directory list was empty.

Since
6.0

◆ INVALID_ARGUMENT

INVALID_ARGUMENT

An invalid argument was supplied.

Since
14.0

◆ LOCK_ACCOUNT

LOCK_ACCOUNT

Setting locked by account configuration.

Since
14.0

◆ LOCK_TEAM

LOCK_TEAM

Setting locked by server configuration.

Since
14.0

◆ NETWORK

NETWORK

Network related error.

Since
6.0

◆ OK

OK

No error.

Since
6.0

◆ RATELIMITED

RATELIMITED

Too many requests are being made by this device.

Since
6.0

◆ SERVER

SERVER

An error occurred on the server.

Since
6.0

◆ TOKEN_EXPIRED

TOKEN_EXPIRED

The provided OAUTH token is expired.

Since
6.3.4

◆ VPN_ADAPTER

VPN_ADAPTER

An error with opening or configuring the VPN adapter.

Since
8.0

The documentation for this enum was generated from the following file: