schrodinger.test.performance.exceptions module

exception schrodinger.test.performance.exceptions.BadResponse[source]

Bases: AssertionError

When a http response status code does not match the expected.

__init__(*args, **kwargs)
args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.