Jv.Error
Error objects.
type enum = [
]
The type for a selection of DOMException error names. Do not match on `Other
if your error is not listed, use a catch all _
branch and consult name
. This makes sure you code will work correctly if new cases are added in the future.
The type for Error
objects.
v ~name msg
is an error with message msg
and name name
(defaults to "Error"
).