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