Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agenticsorg/edge-agents
/ ValidationError
Class
ValidationError
scripts/agents/devops/src/github/github.py:45–47 ·
view source on GitHub ↗
Exception raised when input validation fails.
Source
from the content-addressed store, hash-verified
43
44
45
class
ValidationError(GitHubError):
46
""
"Exception raised when input validation fails."
""
47
pass
48
49
50
class
RateLimitError(GitHubError):
Callers
4
_get_repo_path
Method · 0.70
list_repositories
Method · 0.70
create_repository
Method · 0.70
deploy_to_aws
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected