From c9bb1f9d8b8428d374084fbfc4e04cf88670bbd6 Mon Sep 17 00:00:00 2001 From: Isak Date: Thu, 7 Nov 2024 12:53:32 +0100 Subject: [PATCH] changed 22N38 to the more general "invalid function argument" method coming in my new PR --- modules/ROOT/pages/errors/gql-errors.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/errors/gql-errors.adoc b/modules/ROOT/pages/errors/gql-errors.adoc index ef0ae6eb..73efac78 100644 --- a/modules/ROOT/pages/errors/gql-errors.adoc +++ b/modules/ROOT/pages/errors/gql-errors.adoc @@ -265,7 +265,7 @@ Status description:: error: data exception - invalid shortest path expression. S // === 22N38 -// Status description:: error: data exception - invalid function argument type. Expected argument to the `{ $fun }` function to be one of `{ $valueTypeList }`, but provided argument `{ $value }` is of type `{ $valueType }`. +// Status description:: error: data exception - invalid function argument. Invalid argument to the function `{ $fun }`. // === 22N39