Searched refs:add_error_response (Results 1 – 2 of 2) sorted by relevance
242 def add_error_response(self, *args): member in FakeClient556 client.add_error_response(b'NotStacked')560 client.add_error_response(b'NotStacked')750 client.add_error_response(b'nobranch')1799 client.add_error_response(b'NotStacked')1829 client.add_error_response(b'NotStacked')1906 client.add_error_response(b'NotStacked')1934 client.add_error_response(b'NotStacked')2320 client.add_error_response(3175 client.add_error_response(b'LockContention')[all …]
1416 def add_error_response(self, error_response): member in TestClientErrors