Right now, we track the following issues:
Invalid Login Credentials - Flagged when implementing login-based authentication. We flag this error if a user has entered an invalid username and password for the system.
Missing permissions - Flagged if we’re able to obtain a valid API key, but insufficient permissions have been granted for the API key.
Bad API Key - Flagged when implementing API-Key based authentication, and a user has entered an invalid API key.
Hit rate limit - Flagged when we’ve been rate limited by the system.