Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bundesAPI/smard-api
/ ForbiddenException
Class
ForbiddenException
python-client/deutschland/smard/exceptions.py:135–137 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
133
134
135
class
ForbiddenException(ApiException):
136
def
__init__(self, status=None, reason=None, http_resp=None):
137
super(ForbiddenException, self).__init__(status, reason, http_resp)
138
139
140
class
ServiceException(ApiException):
Callers
1
request
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected