You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you please add detailed information to the API documentation about all possible errors, their meanings, and how to handle them? At the moment, understanding the differences between invalid_jwt, invalid_session_cookie, and no_session_cookie_provided requires digging into the code. Additionally, some errors, like invalid_grant, seem to come from external sources and aren't documented in the codebase.
The text was updated successfully, but these errors were encountered:
Could you please add detailed information to the API documentation about all possible errors, their meanings, and how to handle them? At the moment, understanding the differences between
invalid_jwt
,invalid_session_cookie
, andno_session_cookie_provided
requires digging into the code. Additionally, some errors, likeinvalid_grant
, seem to come from external sources and aren't documented in the codebase.The text was updated successfully, but these errors were encountered: