Type Definition js_sandbox::AnyError[][src]

type AnyError = AnyError;

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.