MCPcopy Create free account
hub / github.com/bundesAPI/smard-api / ServiceException

Class ServiceException

python-client/deutschland/smard/exceptions.py:140–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138
139
140class ServiceException(ApiException):
141 def __init__(self, status=None, reason=None, http_resp=None):
142 super(ServiceException, self).__init__(status, reason, http_resp)
143
144
145def render_path(path_to_item):

Callers 1

requestMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected