func stitchError(vm *otto.Otto, err error) otto.Value { return vm.MakeCustomError("StitchError", err.Error()) }