MCPcopy Create free account
hub / github.com/commandoperator/cmdop-sdk / AuthError

Class AuthError

python/src/cmdop/errors.py:41–42  ·  view source on GitHub ↗

``auth`` — invalid/expired/missing token (401).

Source from the content-addressed store, hash-verified

39
40class NotFoundError(CmdopError):
41 pass
42
43
44class ConflictError(CmdopError):
45 pass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected