Speedify SDK for Android  14.7.0
Public Attributes | List of all members
com.speedify.speedifysdk.Types.ErrorType Enum Reference

Detailed Description

Type classification for a login or connect error.

Since
6.0

Public Attributes

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

Member Data Documentation

◆ ACCOUNT

com.speedify.speedifysdk.Types.ErrorType.ACCOUNT

An issue with the account being used.

Since
6.0

◆ CREDENTIAL

com.speedify.speedifysdk.Types.ErrorType.CREDENTIAL

Invalid credentials.

Since
6.0

◆ DEVICE_LIMIT

com.speedify.speedifysdk.Types.ErrorType.DEVICE_LIMIT

User has reached the registered device limit.

Since
13.3

◆ DIRECTORY

com.speedify.speedifysdk.Types.ErrorType.DIRECTORY

Directory list was empty.

Since
6.0

◆ INVALID_ARGUMENT

com.speedify.speedifysdk.Types.ErrorType.INVALID_ARGUMENT

An invalid argument was supplied.

Since
14.0

◆ LOCK_ACCOUNT

com.speedify.speedifysdk.Types.ErrorType.LOCK_ACCOUNT

Setting locked by account configuration.

Since
14.0

◆ LOCK_TEAM

com.speedify.speedifysdk.Types.ErrorType.LOCK_TEAM

Setting locked by server configuration.

Since
14.0

◆ NETWORK

com.speedify.speedifysdk.Types.ErrorType.NETWORK

Network related error.

Since
6.0

◆ OK

com.speedify.speedifysdk.Types.ErrorType.OK

No error.

Since
6.0

◆ RATELIMITED

com.speedify.speedifysdk.Types.ErrorType.RATELIMITED

Too many requests are being made by this device.

Since
6.0

◆ SERVER

com.speedify.speedifysdk.Types.ErrorType.SERVER

An error occurred on the server.

Since
6.0

◆ TOKEN_EXPIRED

com.speedify.speedifysdk.Types.ErrorType.TOKEN_EXPIRED

The provided OAUTH token is expired.

Since
6.3.4

◆ VPN_ADAPTER

com.speedify.speedifysdk.Types.ErrorType.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: