pub type AnyError = AnyError;
Expand description
Polymorphic error type able to represent different error domains.
Currently reusing anyhow::Error, this type may change slightly in the future depending on js-sandbox’s needs.
Aliased Type§
pub struct AnyError { /* private fields */ }