-
[Schema for a single 400 error](https://github.com/chanzuckerberg/single-cell-data-portal/blob/fc0b18d8a19998cbd9e97e717c4594c3341659e4/backend/config/curation-api.yml#L854-L863)
- detail
- title
- t…
-
## I expect
- the site to respond successfully on https://schema.gov.it
## Instead
- it respond successfully only on https://www.schema.gov.it
-
## 現在
- 後々異常系のtry/catchを外す予定がある
- このままだと、try/catchするべきやつがされず、アラートも飛ばす処理を書く場所がない(実際には書かなくても、場所は用意したい)
## 解決/達成したいこと
- Presentation層(一番上)で、try/catch的なハンドリングをし、主に500エラーレスポンスを返す
## 改めて考えたいこと
…
-
**What you were expecting:**
To display input errors when server sends errors
**What happened instead:**
No errors are displayed
**Related code:**
useCreateController returns function 'sa…
-
*Description*:
We configure “local reply modification” to modify status codes for certain local replies (“local” means that Envoy generates these replies, not an upstream host).
Documentation here…
-
See https://datatracker.ietf.org/doc/html/rfc7807 for the RFC for this. This would be an extension library which means that validation results can easily be converted to "Problems".
-
https://datatracker.ietf.org/doc/html/rfc7807
Allow introducing custom response behavior for 429 status code, Problem Details as an example.
Should not bring breaking changes, just will introduce ne…
-
SendNotFoundAsync does not appear to support using problem details, is that intentional? It would be great to be able to use problem details model for all the SendXXXXAsync 4XX exceptions.
-
-
The HTTPAPI WG has very recently adopted the rfc7807bis document. We should monitor what happens there and make sure we any "lesson learned" in the HTTP world is picked up and digested.
More cont…