Error log information of the response validation failure.
IValidationErrorLog is a structure representing the error log information
when the returned value from the @TypedRoute or @EncryptedRoute
decorated controller method is not following the promised type T.
If you've configured the transformation option to validate.log or
validateEquals.log in the tsconfig.json file, then this error log
information IValidateErrorLog would be logged through the
setValidateErrorLogger function instead of throwing the 400 bad
request error.
Error log information of the response validation failure.
IValidationErrorLogis a structure representing the error log information when the returned value from the@TypedRouteor@EncryptedRoutedecorated controller method is not following the promised typeT.If you've configured the transformation option to
validate.logorvalidateEquals.login thetsconfig.jsonfile, then this error log informationIValidateErrorLogwould be logged through the setValidateErrorLogger function instead of throwing the 400 bad request error.