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

Class InvalidAPIKeyError

app/api/agentops/api/exceptions.py:1–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1class InvalidAPIKeyError(RuntimeError):
2 def __init__(self, code, message):
3 self.message = message
4 self.code = code
5 super().__init__(message)
6
7
8class ExpiredJWTError(RuntimeError):

Callers 2

validate_uuidFunction · 0.90
get_tokenFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…