-
Errors or possible statuses in general can be given an identifier that can then be directly reused in responses. According to [RubenVerborgh this should be documented in the spec](http://lists.w3.org/…
-
The detailed specification of 'HTTP-Problem' can be found in https://tools.ietf.org/rfc/rfc7807.txt .
-
- https://tools.ietf.org/html/draft-ietf-httpbis-bcp56bis-06
- Also, for error messages: https://tools.ietf.org/html/rfc7807
The RFCs are packed with useful tips.
-
The spec allows defining additional members - https://tools.ietf.org/html/rfc7807#section-3.2. We could use this to associate extra metadata with `ProblemDetails` such as CorrelationId
-
```
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://upload.integration.data.humancellatlas.org/v1/area/5b822e19-1858-4e50-a0a6-7d38bb7ad03a/links_76758683-91bd-44ca-93d1-3…
-
Is it possible to have custom error format? I need to have error responses in https://tools.ietf.org/html/rfc7807 (Problem Details for HTTP apis) format. This is possible for the actual handlers (GET,…
-
I just installed the ProblemDetails middleware, which was really easy by the way, and this is my first feedback.
The first thing I tried after installation was doing a GET for a non-existent API wh…
-
Inviando una fattura al sistema di test Sdi tramite GovWay ricevo il seguente errore:
```
domain/sdi/Nineproof
Nineproof
2018-12-12T11:17:37.852+01:00
…
-
I like all my REST services return errors in the same data structure, namely the "Problem Details for HTTP APIs" format speciifed in https://tools.ietf.org/html/rfc7807.
That requires a custom erro…
-
#### Is this a Bug or Feature request?:
A bit of both
#### Description of the problem:
The new ProblemDetails feature https://github.com/aspnet/Mvc/blob/d09c3c9e2889e9e1c41cdcf3b45f3d724f98fc9f/s…