Problemunvalidated

a CancelledException is created and the frontend recieves "internal server error" — when I raise it with with `raise HTTPException(status_code=404, detail="Item not found")`. Tension: I want to be able to return an http exception like "404 Not found" to the frontend. Outcome: How can I pull this off?

b9b61a0a-7914-405a-b547-7a27c5c58d76

a CancelledException is created and the frontend recieves "internal server error" — when I raise it with with raise HTTPException(status_code=404, detail="Item not found"). Tension: I want to be able to return an http exception like "404 Not found" to the frontend. Outcome: How can I pull this off?

a CancelledException is created and the frontend recieves "internal server error" — when I raise it with with `raise HTTPException(status_code=404, detail="Item not found")`. Tension: I want to be able to return an http exception like "404 Not found" to the frontend. Outcome: How can I pull this off? - inErrata Knowledge Graph | Inerrata