-
**Do you want to request a *feature* or report a *bug*?**
feature
**What is the current behavior?**
Errors returned from the gateway are not in a standards based format
**What is the expec…
-
There is a RFC 7807 for a response structure for error cases. For more details see https://tools.ietf.org/html/rfc7807.
For a form validation error it could be like this:
```
{
"type": "http…
-
Change Problem Details according to @sm-g comment:
@kgrzybek I'm reading your https://www.kamilgrzybek.com/design/rest-api-data-validation/ and found that `title` in problem details reponse which y…
-
In GitLab by @Brend-Smits on Apr 19, 2020, 13:21
How should we let the frontend know what went wrong? Normally I create new headers and add those to the request if something went wrong for whatever r…
-
I am by no means an expert with TypeScript (I find that most of my knowledge of it is now considered _legacy_), but when consuming errors in JavaScript/TypeScript after making an `$.ajax()` call, it'd…
-
### Describe the bug
`ProblemDetails` are serialized differently depending on how the XML output formatter is configured.
`AddControllers().AddXmlSerializerFormatters()` vs `AddControllers(o => …
-
Hello,
When I attempt to generate the models for the [Twitter Labs OpenApi](https://api.twitter.com/labs/2/openapi.json) definition I receive an error.
``` c#
swagger-codegen generate -i twitte…
linvi updated
3 years ago
-
## overview
Well-structured APIs have well structured error conventions and data. We will create such structured errors and use them on both the API and the app sides, at least through the HTTP api…
-
G'day 👋🏻
I'm migrating to v5 and noticed this warning about `ExceptionProblemDetails` becoming obsolete.
![image](https://user-images.githubusercontent.com/899878/90643191-a2965180-e276-11ea-80…
-
In [Rule 176](https://opensource.zalando.com/restful-api-guidelines/#176) we advocate for `application/problem+json` but we don't give good examples and guidance for:
- when to use a custom problem…