diff options
author | hacker1024 <hacker1024@users.sourceforge.net> | 2020-08-23 19:16:40 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-23 19:16:40 +1000 |
commit | b8a9abd85c6580fa9353366bdf72e2b94d5178b3 (patch) | |
tree | 769fc28d2ebe0ecef8db35e34f3508ce1da2c203 | |
parent | e17a9720008b221dacccd9b9e644dd24f3bc7316 (diff) | |
download | pandora-apidoc-b8a9abd85c6580fa9353366bdf72e2b94d5178b3.tar.gz pandora-apidoc-b8a9abd85c6580fa9353366bdf72e2b94d5178b3.tar.bz2 pandora-apidoc-b8a9abd85c6580fa9353366bdf72e2b94d5178b3.zip |
Document error code 99022
-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 4237193..3555535 100644 --- a/rest/errorcodes.rst +++ b/rest/errorcodes.rst @@ -39,4 +39,5 @@ Error Code Error String Description ? SERVER_ERROR Generic server error ? NOT_FOUND Content not found ? UNPLAYABLE_SHUFFLE_STATION Unable to play shuffle station? +99022 INVALID_PANDORA_TYPE "The type of the supplied Pandora ID is invalid for this API endpoint." - mainly raised by the v6 collection APIs. ========== ============================= =========== |