MCPcopy Create free account
hub / github.com/AgentOps-AI/agentops / ValidationError

Class ValidationError

agentops/validation.py:19–22  ·  view source on GitHub ↗

Raised when span validation fails.

Source from the content-addressed store, hash-verified

17
18
19class ValidationError(Exception):
20 """Raised when span validation fails."""
21
22 pass
23
24
25async def get_jwt_token(api_key: Optional[str] = None) -> str:

Callers 1

validate_trace_spansFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…