diff options
author | hacker1024 <hacker1024@users.sourceforge.net> | 2020-09-01 08:31:38 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-01 08:31:38 +1000 |
commit | 78f2574beb8383956f33d7fcbcbf7b557565a97b (patch) | |
tree | 99b283f856e3d82e38be86ea37dd4a6c99fd5897 /rest/errorcodes.rst | |
parent | b8a9abd85c6580fa9353366bdf72e2b94d5178b3 (diff) | |
download | pandora-apidoc-78f2574beb8383956f33d7fcbcbf7b557565a97b.tar.gz pandora-apidoc-78f2574beb8383956f33d7fcbcbf7b557565a97b.tar.bz2 pandora-apidoc-78f2574beb8383956f33d7fcbcbf7b557565a97b.zip |
Document error 99000
Diffstat (limited to 'rest/errorcodes.rst')
-rw-r--r-- | rest/errorcodes.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rest/errorcodes.rst b/rest/errorcodes.rst index 3555535..7213a12 100644 --- a/rest/errorcodes.rst +++ b/rest/errorcodes.rst @@ -39,5 +39,6 @@ Error Code Error String Description ? SERVER_ERROR Generic server error ? NOT_FOUND Content not found ? UNPLAYABLE_SHUFFLE_STATION Unable to play shuffle station? +99000 PLAYLIST_VERSION_MISMATCH "An operation on a playlist is trying to be made on a version that's different from the most current one." - raised by the v7 playlist APIs. 99022 INVALID_PANDORA_TYPE "The type of the supplied Pandora ID is invalid for this API endpoint." - mainly raised by the v6 collection APIs. ========== ============================= =========== |