Constructs a new VivInternalError.
A human-readable summary of the failure.
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.
A few notes
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 the Viv runtime reaches a state that should be impossible.
A
VivInternalErrorindicates a bug in the Viv runtime itself, not a content or integration issue.If you encounter an instance of this error, please report it.