-
In case something goes wrong the view always returns a server error.
The error handling should be more detailed and return meaningfull status codes.
-
Cloudflare seems to be defining a few custom error codes in the 5xx area. Not cool, I know.
https://support.cloudflare.com/hc/en-us/articles/115003011431-Troubleshooting-Cloudflare-5XX-errors
The …
-
Proper status codes on responses.
-
**What happened**:
Gateway API has validations that only account for 301 and 302 HTTP Redirects.
https://github.com/kubernetes-sigs/gateway-api/blob/1edf7e93ae4bb8c5ea5cc2193586cfe1e5d15e2f/apis/v1/…
-
### What version of Hono are you using?
4.4.9
### What runtime/platform is your app running on?
Bun
### What steps can reproduce the bug?
```ts
// index.ts
import { Hono } from "hono"…
-
Need to come up with the standard for returning error and status codes -- there is no plan so far. I'd like to see this span a standard error responses structure, as well as application of HTTP status…
-
We can get the full set of 20x status codes from the _inputClient.Operations.
-
Currently this is a set of URLs from ASU that point to mediaamp.io (e.g. https://player.mediaamp.io/p/DgbMgC/hEkLoZyvJTL_/embed/select/media/vpg9_gkpeo1Y?form=html). These return an 800 error (Faraday…
-
API needs to ensure that API endpoints follow consistent and appropriate HTTP status codes for various scenarios, especially when dealing with resources that do not exist. Specifically, we want to avo…
-
Ever since v4.3.0 which received this update #3230 it seems all non-0 [gRPC status codes](https://grpc.github.io/grpc/core/md_doc_statuscodes.html) are being reported as errors in datadog when they sh…