Skip to content

Commit 93b434c

Browse files
Apply suggestions from code review
Co-authored-by: Louise Berglund <[email protected]>
1 parent fbb0c06 commit 93b434c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

modules/ROOT/pages/errors/gql-errors.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Status description:: error: data exception - unsupported value. The provided val
112112
=== 22N01
113113

114114
Status description:: error: data exception - invalid type.
115-
Expected the value { $value } to be of type { $valueTypeOredList }, but was of type { $valueType }.
115+
Expected the value { $value } to be of type { $valueTypeList }, but was of type { $valueType }.
116116

117117
=== 22N02
118118

@@ -124,7 +124,7 @@ Status description:: error: data exception - specified numeric value out of rang
124124

125125
=== 22N04
126126

127-
Status description:: error: data exception - invalid input value. Invalid input { $input } for { $context }. Expected one of { $inputOredList }.
127+
Status description:: error: data exception - invalid input value. Invalid input { $input } for { $context }. Expected one of { $inputList }.
128128

129129
=== 22N05
130130

@@ -148,7 +148,7 @@ Status description:: error: data exception - conflicting pre-parser combination.
148148

149149
=== 22N10
150150

151-
Status description:: error: data exception - invalid pre-parser option value. Invalid pre-parser option, specified { $input } is not valid for option { $option }. Valid options are: { $optionAndedList }.
151+
Status description:: error: data exception - invalid pre-parser option value. Invalid pre-parser option, specified { $input } is not valid for option { $option }. Valid options are: { $optionList }.
152152

153153
=== 22N11
154154

@@ -180,7 +180,7 @@ Status description:: error: data exception - invalid import value. Importing ent
180180

181181
=== 22N18
182182

183-
Status description:: error: data exception - incomplete spatial value. A { $crs } POINT must contain { $mapKeyAndedList }.
183+
Status description:: error: data exception - incomplete spatial value. A { $crs } POINT must contain { $mapKeyList }.
184184

185185
=== 22N19
186186

@@ -216,6 +216,6 @@ Status description:: error: data exception - unsupported rounding mode. Unknown
216216

217217
=== 22N27
218218

219-
Status description:: error: data exception - invalid entity type. Invalid input { $input } for { $variable }. Expected to be one of { $valueTypeOredList }.
219+
Status description:: error: data exception - invalid entity type. Invalid input { $input } for { $variable }. Expected to be one of { $valueTypeList }.
220220

221221

0 commit comments

Comments
 (0)