Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/authlib/authlib
/ handle_error
Method
handle_error
authlib/oauth1/client.py:179–180 ·
view source on GitHub ↗
(error_type, error_description)
Source
from the content-addressed store, hash-verified
177
178
@staticmethod
179
def
handle_error(error_type, error_description):
180
raise
ValueError(f
"{error_type}: {error_description}"
)
181
182
def
__del__(self):
183
try
:
Callers
3
token
Method · 0.95
fetch_access_token
Method · 0.95
parse_response_token
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected