From 89db67573fb481f4227a6889741e3cffbf1f3d04 Mon Sep 17 00:00:00 2001 From: Isak Date: Wed, 6 Nov 2024 13:26:10 +0100 Subject: [PATCH 1/2] remove 22G12 --- modules/ROOT/pages/errors/index.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/ROOT/pages/errors/index.adoc b/modules/ROOT/pages/errors/index.adoc index cc20f309..2d162cb9 100644 --- a/modules/ROOT/pages/errors/index.adoc +++ b/modules/ROOT/pages/errors/index.adoc @@ -55,7 +55,6 @@ // | 22G0Z | error: data exception - malformed path // | 22G10 | error: data exception - path data, right truncation // | 22G11 | error: data exception - reference value, referent deleted -// | 22G12 | error: data exception - invalid value type // | 22G13 | error: data exception - invalid group variable value // | 22G14 | error: data exception - incompatible temporal instant unit groups // | 25000 | error: invalid transaction state From c9bb1f9d8b8428d374084fbfc4e04cf88670bbd6 Mon Sep 17 00:00:00 2001 From: Isak Date: Thu, 7 Nov 2024 12:53:32 +0100 Subject: [PATCH 2/2] 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