Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agenticsorg/edge-agents
/ AuthenticationError
Class
AuthenticationError
scripts/agents/devops/src/github/github.py:40–42 ·
view source on GitHub ↗
Exception raised when authentication fails.
Source
from the content-addressed store, hash-verified
38
39
40
class
AuthenticationError(GitHubError):
41
""
"Exception raised when authentication fails."
""
42
pass
43
44
45
class
ValidationError(GitHubError):
Callers
3
__init__
Method · 0.70
_verify_access
Method · 0.70
_make_request
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected