MCPcopy 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
130class UnauthorizedException(ApiException):
131 def __init__(self, status=None, reason=None, http_resp=None):
132 super(UnauthorizedException, self).__init__(status, reason, http_resp)
133
134
135class ForbiddenException(ApiException):

Callers 1

requestMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected