You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/errors/gql-errors.adoc
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ Status description:: error: data exception - unsupported value. The provided val
112
112
=== 22N01
113
113
114
114
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 }.
116
116
117
117
=== 22N02
118
118
@@ -124,7 +124,7 @@ Status description:: error: data exception - specified numeric value out of rang
124
124
125
125
=== 22N04
126
126
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 }.
128
128
129
129
=== 22N05
130
130
@@ -148,7 +148,7 @@ Status description:: error: data exception - conflicting pre-parser combination.
148
148
149
149
=== 22N10
150
150
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 }.
152
152
153
153
=== 22N11
154
154
@@ -180,7 +180,7 @@ Status description:: error: data exception - invalid import value. Importing ent
180
180
181
181
=== 22N18
182
182
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 }.
184
184
185
185
=== 22N19
186
186
@@ -216,6 +216,6 @@ Status description:: error: data exception - unsupported rounding mode. Unknown
216
216
217
217
=== 22N27
218
218
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 }.
0 commit comments