We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2570ab8 commit 2c16b20Copy full SHA for 2c16b20
http-inject-plugin/src/main/java/io/avaje/http/inject/ValidationResponse.java
@@ -10,7 +10,7 @@
10
11
public class ValidationResponse {
12
13
- private static String type = "tag:io.avaje.http.api.Validator";
+ private static String type = "tag:io.avaje.http.api.ValidationException";
14
private static String title = "Request Failed Validation";
15
private static String detail = "You tried to call this endpoint, but your data failed validation";
16
private final int status;
0 commit comments