When using the parameter validation functionality with the composition API we are supposed, according the example, to throw a ValidationError. The ValidationError is serialized as a JSON object with an ErrorCode and Message attribute. Regular errors (VIException) have a Message and Number attribute. Do we have an option to converge to one (1) representation? Having different error objects complicates the client development.
Thx,
Rodney