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_code | error | Notes |
|---|---|---|
| 1 | OK |
|
| 100 | Invalid API Key |
|
| 101 | Object Not Found |
|
| 102 | Error in URL Format |
|
| ??? | ??? | ??? |
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.
Log in to comment