There are times it would be convenient to gain access to the replacement values in the API response. There are a few occasions where we have parsed the message to extract the original replacement value.
It may also be valuable to FusionAuth API consumers to have access to these values directly.
Any reason not to just remove the @JsonIgnore on the Object[] values value?
It may slightly bloat the API response, but that seems like a minor concern.
There are times it would be convenient to gain access to the replacement values in the API response. There are a few occasions where we have parsed the message to extract the original replacement value.
It may also be valuable to FusionAuth API consumers to have access to these values directly.
Any reason not to just remove the
@JsonIgnoreon theObject[] valuesvalue?java-error/src/main/java/com/inversoft/error/Error.java
Line 34 in 4e66cf0
It may slightly bloat the API response, but that seems like a minor concern.