-
Hello,
I'm trying to use NSwagStudio with https://[cgm.kiwisat.it/doc/merged-swagger-base.json](https://cgm.kiwisat.it/doc/merged-swagger-base.json)
I get the below error:
System.InvalidCastExce…
-
Lots of error cases are not handled well yet.
-
The scripting API makes use of errors being available in ECMAScript (e.g., `TypeError`).
Moreover, also *other* errors such as `NotSupportedError` or `NotFoundError` are used which are not availab…
-
```go
// Inflate expands a problem with contextal information.
// At present it adds the request's id as the problem's Instance, if available.
func Inflate(ctx context.Context, p *P) {
//TODO: ad…
-
This package works great for the server-side, but it would be great if it were usable on the client-side as well by being able to parse an incoming JSON document into a `ProblemDocument`, complete wit…
-
Should the aggregator API return errors in problem details form, described in https://www.rfc-editor.org/rfc/rfc7807?
This would make it consistent with how the DAP API returns errors, and provide …
-
- Serializable Error Model for WebApi endpoints
- Configurable mapping logic between the Result object and the Http Response (Http Code, Body, ...)
- Separate package FluentResults.Extensions.AspNet…
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
Hello,
with the following code, I would get a 405 error while I expect a 404:
```rust
fn main() {
let routes = warp::post2().map(warp::reply).or(warp::get2().and(warp::path("test").and_then(se…
-
### Summary
A Boolean option to enable [RFC7807](https://datatracker.ietf.org/doc/html/rfc7807#section-6.1) support might be a good way to enable this otherwise breaking change.
ie: ` app = Litest…