From 150acb0a70acfa73545eaeaf838f8034325bc05c Mon Sep 17 00:00:00 2001 From: Wilco Date: Mon, 11 Nov 2024 17:38:10 +0100 Subject: [PATCH] Update message for GQL code 22N82 --- modules/ROOT/pages/errors/gql-errors.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/errors/gql-errors.adoc b/modules/ROOT/pages/errors/gql-errors.adoc index 418db547..56edfa1c 100644 --- a/modules/ROOT/pages/errors/gql-errors.adoc +++ b/modules/ROOT/pages/errors/gql-errors.adoc @@ -431,9 +431,9 @@ Status description:: error: data exception - property type verification failed. // Status description:: error: data exception - expression type unsupported here. Invalid input: `{ $exprType }` is not supported in `{ $context }`. -// === 22N82 +=== 22N82 -// Status description:: error: data exception - input contains invalid characters. Input `{ $input }` contains invalid characters for `{ $context }`. Allowed characters are `{ $characterRangeList }`. To use these characters, the input needs to be quoted using backticks. +Status description:: error: data exception - input contains invalid characters. Input `{ $input }` contains invalid characters for `{ $context }`. Special characters may require that the input is quoted using backticks. // === 22N83