diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2017-10-30 09:05:36 +0100 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2017-10-30 09:05:36 +0100 |
commit | aa3ddd0106a3d73b154e405fefe9e9f7fd52c388 (patch) | |
tree | 341186987a29d27cfc24140b996260549be82217 | |
parent | bee738fa44cf2175102b8c86ccf57e0a82784236 (diff) | |
download | pandora-apidoc-aa3ddd0106a3d73b154e405fefe9e9f7fd52c388.tar.gz pandora-apidoc-aa3ddd0106a3d73b154e405fefe9e9f7fd52c388.tar.bz2 pandora-apidoc-aa3ddd0106a3d73b154e405fefe9e9f7fd52c388.zip |
Add invalid auth token error
-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 13d8a59..4237193 100644 --- a/rest/errorcodes.rst +++ b/rest/errorcodes.rst @@ -24,6 +24,7 @@ These error codes can be returned by all endpoints: Error Code Error String Description ========== ============================= =========== 0 INVALID_REQUEST General bad request error. Often means authentication was invalid +1001 INVALID_REQUEST Invalid auth token ? STREAM_VIOLATION Unable to stream to this region? ? STATION_LIMIT_REACHED Stream minutes limit or skip count reached? ? THUMBPRINT_RADIO_NOT_ELIGIBLE Not enough feedback to construct a Thumbprint station? |