Module error

Module error 

Source
Expand description

Error-related types and conversions.

Structs§

JsErasedError
Erased version of JsError.
JsErasedNativeError
Erased version of JsNativeError.
JsError
The error type returned by all operations related to the execution of Javascript code.
JsNativeError
Native representation of an ideal Error object from Javascript.

Enums§

JsErasedNativeErrorKind
Erased version of JsNativeErrorKind
JsNativeErrorKind
The list of possible error types a JsNativeError can be.
TryNativeError
The error type returned by the JsError::try_native method.