MCPcopy
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
26class ApiServerException(Exception):
27 def __init__(self, message):
28 super().__init__(message)
29
30
31class AgentOpsClientNotInitializedException(RuntimeError):

Callers 6

get_trace_detailsFunction · 0.90
get_trace_metricsFunction · 0.90
upload_objectMethod · 0.90
upload_logfileMethod · 0.90

Calls

no outgoing calls

Tested by 2

Used in the wild real call sites across dependent graphs

searching dependent graphs…