-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hi all,
Is it possible to customize validation error messages? Through a global error handler perhaps?
This line in particular leaked an internal package name during testing:
Line 191 in 77f389a
| "Invalid argument [%s] - value does not match %s".formatted(arg.name(), arg.type().getTypeName())); |
The test script sent nonsense data to our tool and the response was:
Invalid argument [request] - value does not match com.mycorp.MarketDisruptionPlanKind regards
Bob
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request