MCPcopy Create free account
hub / github.com/Materials-Consortia/optimade-python-tools / ResponseError

Class ResponseError

optimade/validator/utils.py:44–45  ·  view source on GitHub ↗

This exception should be raised for a manual hardcoded test failure.

Source from the content-addressed store, hash-verified

42
43
44class ResponseError(Exception):
45 """This exception should be raised for a manual hardcoded test failure."""
46
47
48class InternalError(Exception):

Calls

no outgoing calls

Tested by 3

test_fail_fast_test_caseFunction · 0.72