Is there any list of error codes for Live REST Api?
I've tried to search in reference without success. I've found one post at MSDN forum and the answer says that it doesn't exist.
Then so how should I differentiate errors? For example invalid token
, token expired
, other
.
Should I refresh token every time I get error just because I cannot compare it with reference?