diff --git a/integrationkey/uik/handler.go b/integrationkey/uik/handler.go index 51d01ef952..eac5959c54 100644 --- a/integrationkey/uik/handler.go +++ b/integrationkey/uik/handler.go @@ -145,7 +145,7 @@ func (h *Handler) ServeHTTP(w http.ResponseWriter, req *http.Request) { } res, err := vm.Run(p, env) - if errutil.HTTPError(ctx, w, err) { + if errutil.HTTPError(ctx, w, validation.WrapError(err)) { return }