Is there a reference somewhere to the error codes that the REST API
responds with? I am testing an API client we've built and I'd like to
translate the negative integer values into something a little more
meaningful, but there seems to be no document...
Debug won't help really. In order to properly develop a client, you need
to know the error codes you COULD get. Not reverse engineer them when
they happen. This is because you would not know all the possible
situations or errors that could happen. Im...