![]() |
Speedify SDK for Android
15.3.0
|
Type classification for a login or connect error.
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... | |
com.speedify.speedifysdk.Types.ErrorType.ACCOUNT |
An issue with the account being used.
com.speedify.speedifysdk.Types.ErrorType.CREDENTIAL |
Invalid credentials.
com.speedify.speedifysdk.Types.ErrorType.DEVICE_LIMIT |
User has reached the registered device limit.
com.speedify.speedifysdk.Types.ErrorType.DIRECTORY |
Directory list was empty.
com.speedify.speedifysdk.Types.ErrorType.INVALID_ARGUMENT |
An invalid argument was supplied.
com.speedify.speedifysdk.Types.ErrorType.LOCK_ACCOUNT |
Setting locked by account configuration.
com.speedify.speedifysdk.Types.ErrorType.LOCK_TEAM |
Setting locked by server configuration.
com.speedify.speedifysdk.Types.ErrorType.NETWORK |
Network related error.
com.speedify.speedifysdk.Types.ErrorType.OK |
No error.
com.speedify.speedifysdk.Types.ErrorType.RATELIMITED |
Too many requests are being made by this device.
com.speedify.speedifysdk.Types.ErrorType.SERVER |
An error occurred on the server.
com.speedify.speedifysdk.Types.ErrorType.TOKEN_EXPIRED |
The provided OAUTH token is expired.
com.speedify.speedifysdk.Types.ErrorType.VPN_ADAPTER |
An error with opening or configuring the VPN adapter.