SP_ERROR_OK |
No errors encountered.
|
SP_ERROR_BAD_API_VERSION |
The library version targeted does not match the one you claim you support.
|
SP_ERROR_API_INITIALIZATION_FAILED |
Initialization of library failed - are cache locations etc. valid?
|
SP_ERROR_TRACK_NOT_PLAYABLE |
The track specified for playing cannot be played.
|
SP_ERROR_BAD_APPLICATION_KEY |
The application key is invalid.
|
SP_ERROR_BAD_USERNAME_OR_PASSWORD |
Login failed because of bad username and/or password.
|
SP_ERROR_USER_BANNED |
The specified username is banned.
|
SP_ERROR_UNABLE_TO_CONTACT_SERVER |
Cannot connect to the Spotify backend system.
|
SP_ERROR_CLIENT_TOO_OLD |
Client is too old, library will need to be updated.
|
SP_ERROR_OTHER_PERMANENT |
Some other error occurred, and it is permanent (e.g. trying to relogin will not help).
|
SP_ERROR_BAD_USER_AGENT |
The user agent string is invalid or too long.
|
SP_ERROR_MISSING_CALLBACK |
No valid callback registered to handle events.
|
SP_ERROR_INVALID_INDATA |
Input data was either missing or invalid.
|
SP_ERROR_INDEX_OUT_OF_RANGE |
Index out of range.
|
SP_ERROR_USER_NEEDS_PREMIUM |
The specified user needs a premium account.
|
SP_ERROR_OTHER_TRANSIENT |
A transient error occurred.
|
SP_ERROR_IS_LOADING |
The resource is currently loading.
|
SP_ERROR_NO_STREAM_AVAILABLE |
Could not find any suitable stream to play.
|
SP_ERROR_PERMISSION_DENIED |
Requested operation is not allowed.
|
SP_ERROR_INBOX_IS_FULL |
Target inbox is full.
|
SP_ERROR_NO_CACHE |
Cache is not enabled.
|
SP_ERROR_NO_SUCH_USER |
Requested user does not exist.
|
SP_ERROR_NO_CREDENTIALS |
No credentials are stored.
|
SP_ERROR_NETWORK_DISABLED |
Network disabled.
|
SP_ERROR_INVALID_DEVICE_ID |
Invalid device ID.
|
SP_ERROR_CANT_OPEN_TRACE_FILE |
Unable to open trace file.
|
SP_ERROR_APPLICATION_BANNED |
This application is no longer allowed to use the Spotify service.
|
SP_ERROR_OFFLINE_TOO_MANY_TRACKS |
Reached the device limit for number of tracks to download.
|
SP_ERROR_OFFLINE_DISK_CACHE |
Disk cache is full so no more tracks can be downloaded to offline mode.
|
SP_ERROR_OFFLINE_EXPIRED |
Offline key has expired, the user needs to go online again.
|
SP_ERROR_OFFLINE_NOT_ALLOWED |
This user is not allowed to use offline mode.
|
SP_ERROR_OFFLINE_LICENSE_LOST |
The license for this device has been lost. Most likely because the user used offline on three other device.
|
SP_ERROR_OFFLINE_LICENSE_ERROR |
The Spotify license server does not respond correctly.
|
SP_ERROR_LASTFM_AUTH_ERROR |
A LastFM scrobble authentication error has occurred.
|
SP_ERROR_INVALID_ARGUMENT |
An invalid argument was specified.
|
SP_ERROR_SYSTEM_FAILURE |
An operating system error.
|