Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetSys/bess
/ APIError
Class
APIError
pybess/bess.py:150–151 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
148
149
# errors from this class itself
150
class
APIError(Exception):
151
pass
152
153
# An error due to an unsatisfied constraint
154
class
ConstraintError(Exception):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected