Constructs a new VivValidationError.
A human-readable summary of the failure.
The kind of data that was being validated.
The validation errors reported by the validator, if any.
ReadonlynameThe name for a VivValidationError.
ReadonlysubjectThe kind of data that was being validated when the failure occurred.
ReadonlyvalidationAn array containing human-readable explanations of the specific validation issues.
A custom inspect handler that produces a human-readable summary of the error.
This handler will be invoked when the error is displayed in Node via console.log,
console.error, util.inspect, or its uncaught-exception output.
Note: This method only controls the display format. The structured properties will remain available for programmatic access.
The current recursion depth in the Node inspect call.
The Node inspect options (used to determine whether colors are enabled).
A formatted string summarizing the error.
Returns a formatted human-readable summary of the error.
Error thrown when validation fails for data at a touch point between the Viv runtime and a host application.