Expand description
Error-related types and conversions.
Structs§
- JsErased
Error - Erased version of
JsError. - JsErased
Native Error - Erased version of
JsNativeError. - JsError
- The error type returned by all operations relatedto the execution of Javascript code.
- JsNative
Error - Native representation of an ideal
Errorobject from Javascript.
Enums§
- JsErased
Native Error Kind - Erased version of
JsNativeErrorKind - JsNative
Error Kind - The list of possible error types a
JsNativeErrorcan be. - TryNative
Error - The error type returned by the
JsError::try_nativemethod.