diff options
author | hacker1024 <joshleivenzon@outlook.com> | 2018-08-13 09:14:54 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-13 09:14:54 +1000 |
commit | cfc6f8e839fda1a23a26d2b6bec4cfbe1ba48901 (patch) | |
tree | 5670a62cc91282e59f17c9ed3d1d2dbb1f7872d0 /json | |
parent | eb4f811c2a6e4ab3be0b2916828f69d2fbca96ae (diff) | |
download | pandora-apidoc-cfc6f8e839fda1a23a26d2b6bec4cfbe1ba48901.tar.gz pandora-apidoc-cfc6f8e839fda1a23a26d2b6bec4cfbe1ba48901.tar.bz2 pandora-apidoc-cfc6f8e839fda1a23a26d2b6bec4cfbe1ba48901.zip |
Add hint that station token may be wrong for error 1004
Diffstat (limited to 'json')
-rw-r--r-- | json/errorcodes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json/errorcodes.rst b/json/errorcodes.rst index 731d1e5..ba231c1 100644 --- a/json/errorcodes.rst +++ b/json/errorcodes.rst @@ -30,7 +30,7 @@ Code Description 1001 INVALID_AUTH_TOKEN. Occurs once a user auth token expires. 1002 INVALID_PARTNER_LOGIN. auth.partnerLogin auth.userLogin. Can also occur for a user login. 1003 LISTENER_NOT_AUTHORIZED. station.getPlaylist - Pandora One Subscription or Trial Expired. Possibly account suspended? -1004 USER_NOT_AUTHORIZED. User not authorized to perform action. +1004 USER_NOT_AUTHORIZED. User not authorized to perform action. Is your station token correct? 1005 MAX_STATIONS_REACHED. Station limit reached. 1006 STATION_DOES_NOT_EXIST. Station does not exist. 1007 COMPLIMENTARY_PERIOD_ALREADY_IN_USE |