Bad Request Response
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-08.)
Bad Request Response has 4 facts recorded in Dontopedia across 3 references.
Mostly:http status(1), rdf:type(1), status code(1)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (2)
Other subjects in dontopedia point AT this entity as a value. These are inverse relationships — e.g. "X motherOf this subject" — and answer questions the forward facts can't. Grouped by predicate.
hasEarlyReturnHas Early Return(1)
- Middleware 1
ex:middleware-1
returnsOnErrorReturns on Error(1)
- Content Type Check
ex:content-type-check
Other facts (4)
The long tail: predicates that appear too rarely to warrant their own section. Filter or scroll to find a specific one. Each row links to its source.
| Predicate | Value | Ref |
|---|---|---|
| Http Status | 400 | [1] |
| Rdf:type | Http Error Response | [2] |
| Status Code | 400 | [3] |
| Has Detail | Invalid Content-Type | [3] |
Timeline
Timeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.
References (3)
ctx:claims/beam/fbc0d464-bcb3-49db-9310-160aa977507c- full textbeam-chunktext/plain1 KB
doc:beam/fbc0d464-bcb3-49db-9310-160aa977507cShow excerpt
return jsonify({"error": "Report not found"}), 404 try: db.session.delete(report) db.session.commit() return jsonify({"message": "Report deleted successfully"}), 200 except SQLAlchemyError as e: …
ctx:claims/beam/1f8ee7c9-638f-4169-82c4-6a52aa4e0965ctx:claims/beam/9b59065b-0eb8-4ff7-b4ac-0e13d71a0c20- full textbeam-chunktext/plain905 B
doc:beam/9b59065b-0eb8-4ff7-b4ac-0e13d71a0c20Show excerpt
if content_type != "application/json": logging.warning(f"Invalid Content-Type: {content_type}") return JSONResponse(status_code=400, content={"detail": "Invalid Content-Type"}) response = await call_next(request) …
See also
Keep researching
Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.