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