This repository has been archived by the owner on Jul 9, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 67
Status codes
Andreas Reich edited this page Aug 11, 2016
·
6 revisions
Code | Reason | Description | Applies to |
---|---|---|---|
1 | Success | The request was successful | RPC envelopes |
2 | Success | The request was successful | RPC envelopes |
3 | Invalid input | The data sent was invalid | RPC envelopes |
51 | Not implemented | The type of request you are making is not (yet) part of the game | RPC envelopes |
52 | Rate limiting | You are sending too many requests to the servers. Calm down! | RPC envelopes |
53 | Redirection | Client is being redirected to the given PLFE | RPC envelopes |
100 | Invalid auth provider | The authentication provider name you sent is invalid or misspelled | RPC envelopes |
102 | Invalid auth token/auth token timed out | The authentication token you sent to the servers was incorrect | RPC envelopes |
200 | Success | The request was successful | HTTP Status |
302 | Redirection | When logging in with PTC, redirection should not happen | PTC login HTTP status |
403 | Forbidden | Your server ISP or IP range is blocked. Use proxy or switch ISP. List of blocked ISPs is here. | HTTP Status |
500 | Internal server error | The server you tried to use is down/has a bug or the data you submitted caused a fatal error. | HTTP Status |