List of all possible status codes

Avatar image for LordAndrew
LordAndrew

154

Forum Posts

951

Wiki Points

0

Followers

Reviews: 0

User Lists: 4

#1  Edited By LordAndrew

I'm trying to figure out what all the possible status codes are, so I can handle them appropriately. Here's what I have so far.

status_codeerrorNotes
1OK
  • The requested resource exists, or the results are otherwise valid if you've not specified a specific resource.
100 Invalid API Key
  • API Key is invalid or not provided
101
Object Not Found
  • The specified ID does not yet exist, or it has been deleted
  • If using the search resource, a query has not been provided
102
Error in URL Format
  • The requested ID is non-numeric or less than 0
???
???
???
 
These are the ones that I know of. Hopefully they'll be useful. If anyone knows of any others, please mention them and I'll add to the list.
Avatar image for LordAndrew
LordAndrew

154

Forum Posts

951

Wiki Points

0

Followers

Reviews: 0

User Lists: 4

#2  Edited By LordAndrew

And a Giant Bomb user has pointed out to me that there's a list of status codes in the official API documentation that I somehow missed. Oh well.