MCPcopy Create free account
hub / github.com/brimdata/super / __init__

Method __init__

python/superdb/superdb.py:81–83  ·  view source on GitHub ↗
(self, message, response)

Source from the content-addressed store, hash-verified

79class RequestError(Exception):
80 """Raised by Client methods when an HTTP request fails."""
81 def __init__(self, message, response):
82 super(RequestError, self).__init__(message)
83 self.response = response
84
85
86class QueryError(Exception):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected