Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
class
ResponseError(Exception):
45
""
"This exception should be raised for a manual hardcoded test failure."
""
46
47
48
class
InternalError(Exception):
Callers
15
_recurse_through_endpoint
Method · 0.90
_test_unknown_provider_property
Method · 0.90
_test_must_properties
Method · 0.90
_get_archetypal_entry
Method · 0.90
_check_response_fields
Method · 0.90
_construct_queries_for_property
Method · 0.90
_construct_single_property_filters
Method · 0.90
_test_data_available_matches_data_returned
Method · 0.90
_test_versions_endpoint_content
Method · 0.90
_test_versions_headers
Method · 0.90
_test_if_data_empty
Method · 0.90
_test_meta_schema_reporting
Method · 0.90
Calls
no outgoing calls
Tested by
3
test_expected_failure_test_case
Function · 0.72
test_multistage_test_case
Function · 0.72
test_fail_fast_test_case
Function · 0.72