udibo / react-app

A React Framework for Deno that makes it easy to create highly interactive apps that have server side rendering with file based routing for both your UI and API.
https://udibo-react-app.deno.dev/
MIT License
14 stars 2 forks source link

Use ErrorResponse #69

Closed KyleJune closed 1 year ago

KyleJune commented 1 year ago

ErrorResponse was recently added to the http_error module. It makes it easier to respond to client requests with a body that can be converted to an HttpError. Then the client can use the same module to convert the response body back into an HttpError.