MCPcopy
hub / github.com/apache/caldera / JsonHttpBadRequest

Class JsonHttpBadRequest

app/api/v2/responses.py:22–23  ·  view source on GitHub ↗

An HTTP 400 response with a json formatted body.

Source from the content-addressed store, hash-verified

20
21
22class JsonHttpBadRequest(JsonHttpErrorResponse, web.HTTPBadRequest):
23 """An HTTP 400 response with a json formatted body."""
24
25
26class JsonHttpForbidden(JsonHttpErrorResponse, web.HTTPForbidden):

Callers 15

update_operation_linkMethod · 0.90
create_potential_linkMethod · 0.90
validate_link_dataMethod · 0.90
extract_dataMethod · 0.90
get_factsMethod · 0.90
get_relationshipsMethod · 0.90
add_factsMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected