pub trait ErrorExtensions<'js> { // Required method fn into_value(self, ctx: &Ctx<'js>) -> Result<Value<'js>>; }