Module err

Module err 

Source

Structs§

Error
This type represents all possible errors that can occur when serializing or deserializing JS values.

Enums§

CaughtError
An error type containing possible thrown exception values.
ErrorImpl
The internal representation of an error.

Type Aliases§

Result
Alias for a Result with the error type rquickjs_serde::Error.