Discussions
Status codes?
about 5 years ago by Brandon Lawler
I need to make sure I handle all possible status codes and I'm unable to locate all values for status codes on query returns. The ones I've identified appear to be the following:
0 - bad request type (resource not found)
1 - success, good data
3 - authentication issue, invalid or missing access token
9 - Invalid child company ID
Is there a complete list somewhere?
Thanks!