| Code |
Name |
Description |
| 1 |
API_ERROR_NO_METHOD |
No method parameter in request |
| 2 |
API_ERROR_UNKNOWN_METHOD |
Unknown method |
| 3 |
API_ERROR_SESSION_KEY_MISSING |
Session key parameter missing |
| 4 |
API_ERROR_PARAMETER_MISSING |
Method parameter(s) missing |
| 5 |
API_ERROR_BAD_API_VERSION |
Unknown or unsupported API version |
| 6 |
API_ERROR_SESSION_BAD |
Session expired or not found |
| 7 |
API_ERROR_SESSION_NOT_AUTH |
Session not authenticated |
| 8 |
API_ERROR_AUTHENTICATION_FAILURE |
Authentication error |
| 9 |
API_ERROR_FILE_NOT_FOUND |
File not found |
| 10 |
API_ERROR_FOLDER_NOT_FOUND |
Folder not found |
| 11 |
API_ERROR_PERMISSION_DENIED |
Permission denied |
| 12 |
API_ERROR_DOWNLOAD_TEMP_ERROR |
Download is temporarily unavailable |
| 13 |
API_ERROR_UPLOAD_TEMP_ERROR |
Upload is temporarily unavailable |
| 14 |
API_ERROR_FOLDER_NOT_EMPTY |
Folder is not empty |
| 15 |
API_ERROR_SYSTEM_MAINTENANCE |
System maintenance, try again later |
| 16 |
API_ERROR_INVALID_PARAMETER |
One of the parameters is invalid |
| 17 |
API_ERROR_HTTPS_FORBIDDEN |
HTTPS is forbidden for current user |
| 18 |
API_ERROR_UNKNOWN_API_KEY |
Unknown API key sent |
| 19 |
API_ERROR_PRO_EXPIRED |
Pro user, account expired |
| 20 |
API_ERROR_PRO_DISKSPACE_LIMIT |
Pro user, reached disk space limit |
| 21 |
API_ERROR_PARAMETER_BAD_VALUE |
One of the parameter values is invalid |
| 22 |
API_ERROR_BAD_PASSWORD |
A wrong or empty password was given |
| 23 |
API_ERROR_BANDWIDTH_LIMIT |
Pro or Max bandwidth limit reached |
| 24 |
API_ERROR_INVALID_EMAIL |
Email(s) are invalid |
| 25 |
API_ERROR_OUTDATED_VERSION |
The application version you are using is too old. Please upgrade it. |
| 26 |
API_ERROR_INVALID_FILE_URL |
Not a sendspace download URL (must start with http://www.sendspace.com/ and contain a 6 character link) |
| 27 |
API_ERROR_REGISTRATION_ERROR |
* A specific text message will be sent according to the error * |