-
We often need to distinguish the types of errors that are generated. Some errors are not serious. Adding an error level would be very helpful.
"level" = ["critical","error", "warning","success";
…
-
Hi:
How I return a application/problem+json format when the validation failed?
https://tools.ietf.org/html/rfc7807
Thanks
-
We are adding some new [Web API specific conventions]() that we will need the Web API project and time templates to react to.
We are adding `[ApiController]` attribute as the way to opt-in to new A…
-
We're using the DeveloperExceptionPageMiddleware and it would be really useful if it could be changed/configured so that AJAX requests to APIs, e.g. from an Angular application were given a JSON respo…
-
Just a wee little documentation issue: The RFC is RFC-7807 (not 7809) and is now at https://tools.ietf.org/html/rfc7807.
-
When requested operation can not be fullfilled, REST API returns an error response.
However, at the moment the contents of error responses vary quite a lot.
In some cases the returned error code is …
-
##### **Overview of the issue**
The project below is a plain generation with only one commit on top. In this commit, I add an `ExceptionTranslator` because I want to test the final error. I also us…
-
Hello,
Thanks again for Api-Platform !
I'd like to use [different error levels](https://symfony.com/doc/current/validation/severity.html).
What I'd like is to have in the response (with all con…
-
##### **Overview of the issue**
The generated ExceptionTranslator catches the `MethodArgumentNotValidException` and the `CustomParameterizedException`, but `MissingServletRequestPartException` …
-
There's something very odd about JSON encoding and content types with web actions.
```php