MCPcopy Create free account
hub / github.com/dbcli/mssql-cli / response_error

Method response_error

mssqlcli/jsonrpc/contracts/request.py:33–37  ·  view source on GitHub ↗

Returns object when response fails.

(cls, error)

Source from the content-addressed store, hash-verified

31 @classmethod
32 @abc.abstractmethod
33 def response_error(cls, error):
34 """
35 Returns object when response fails.
36 """
37 pass
38
39 def execute(self):
40 """

Callers 1

get_responseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected