Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/AgentOps-AI/agentops
/ ApiServerException
Class
ApiServerException
agentops/exceptions.py:26–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
25
26
class
ApiServerException(Exception):
27
def
__init__(self, message):
28
super().__init__(message)
29
30
31
class
AgentOpsClientNotInitializedException(RuntimeError):
Callers
6
get_trace_details
Function · 0.90
get_trace_metrics
Function · 0.90
upload_object
Method · 0.90
upload_logfile
Method · 0.90
test_auth_flow_invalid_key
Function · 0.90
test_export_api_server_exception
Method · 0.90
Calls
no outgoing calls
Tested by
2
test_auth_flow_invalid_key
Function · 0.72
test_export_api_server_exception
Method · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…