by Jake Dallimore.
Hi Eric,
There are a range of HTTP status codes used to denote different outcomes when posting a score. The specific case you mentioned above is handled with a 400, as you can see in the score handling code. If you take a look further up in that same file, you'll see a range of other status codes used for other scenarios.
Hope that helps,
Jake
There are a range of HTTP status codes used to denote different outcomes when posting a score. The specific case you mentioned above is handled with a 400, as you can see in the score handling code. If you take a look further up in that same file, you'll see a range of other status codes used for other scenarios.
Hope that helps,
Jake