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
+25-25Lines changed: 25 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,111 +111,111 @@ Status description:: error: data exception - unsupported value. The provided val
111
111
=== 22N01
112
112
113
113
Status description:: error: data exception - invalid type.
114
-
Expected the value `$value` to be of type `$valueTypeOredList`, but was of type `$valueType`.
114
+
Expected the value { $value } to be of type { $valueTypeOredList }, but was of type { $valueType }.
115
115
116
116
=== 22N02
117
117
118
-
Status description:: error: data exception - specified negative numeric value. Expected `$option` to be a positive number but found `$value` instead.
118
+
Status description:: error: data exception - specified negative numeric value. Expected { $option } to be a positive number but found { $value } instead.
119
119
120
120
=== 22N03
121
121
122
-
Status description:: error: data exception - specified numeric value out of range. Expected `$component` to be of type `$valueType` and in the range `$lower` to `$upper` but found `$value`.
122
+
Status description:: error: data exception - specified numeric value out of range. Expected { $component } to be of type { $valueType } and in the range { $lower } to { $upper } but found { $value }.
123
123
124
124
=== 22N04
125
125
126
-
Status description:: error: data exception - invalid input value. Invalid input `$input` for `$context`. Expected one of `$inputOredList`.
126
+
Status description:: error: data exception - invalid input value. Invalid input { $input } for { $context }. Expected one of { $inputOredList }.
127
127
128
128
=== 22N05
129
129
130
-
Status description:: error: data exception - input failed validation. Invalid input `$input` for `$context`.
130
+
Status description:: error: data exception - input failed validation. Invalid input { $input } for { $context }.
131
131
132
132
=== 22N06
133
133
134
-
Status description:: error: data exception - empty input string. Invalid input. `$option` needs to be specified.
134
+
Status description:: error: data exception - empty input string. Invalid input. { $option } needs to be specified.
135
135
136
136
=== 22N07
137
137
138
-
Status description:: error: data exception - invalid pre-parser option key. Invalid pre-parser option(s): `$optionList`.
138
+
Status description:: error: data exception - invalid pre-parser option key. Invalid pre-parser option(s): { $optionList }.
139
139
140
140
=== 22N08
141
141
142
-
Status description:: error: data exception - invalid pre-parser combination. Invalid pre-parser option, cannot combine `$option1` with `$option2`.
142
+
Status description:: error: data exception - invalid pre-parser combination. Invalid pre-parser option, cannot combine { $option1 } with { $option2 }.
143
143
144
144
=== 22N09
145
145
146
-
Status description:: error: data exception - conflicting pre-parser combination. Invalid pre-parser option, cannot specify multiple conflicting values for `$option`.
146
+
Status description:: error: data exception - conflicting pre-parser combination. Invalid pre-parser option, cannot specify multiple conflicting values for { $option }.
147
147
148
148
=== 22N10
149
149
150
-
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`.
150
+
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
151
152
152
=== 22N11
153
153
154
-
Status description:: error: data exception - invalid argument. Invalid argument: cannot process `$input`.
154
+
Status description:: error: data exception - invalid argument. Invalid argument: cannot process { $input }.
155
155
156
156
=== 22N12
157
157
158
-
Status description:: error: data exception - invalid date, time, or datetime format. Invalid argument: cannot process `$input`.
158
+
Status description:: error: data exception - invalid date, time, or datetime format. Invalid argument: cannot process { $input }.
159
159
160
160
=== 22N13
161
161
162
162
Status description:: error: data exception - invalid time zone. Specified time zones must include a date component.
163
163
164
164
=== 22N14
165
165
166
-
Status description:: error: data exception - invalid temporal value combination. Cannot select both `$temporal` and `$component`.
166
+
Status description:: error: data exception - invalid temporal value combination. Cannot select both { $temporal } and { $component }.
167
167
168
168
=== 22N15
169
169
170
-
Status description:: error: data exception - invalid temporal component. Cannot read the specified `$component` component from `$temporal`.
170
+
Status description:: error: data exception - invalid temporal component. Cannot read the specified { $component } component from { $temporal }.
171
171
172
172
=== 22N16
173
173
174
-
Status description:: error: data exception - invalid import value. Importing entity values to a graph with a `USE` clause is not supported. Attempted to import `$expr` to `$graph`.
174
+
Status description:: error: data exception - invalid import value. Importing entity values to a graph with a USE clause is not supported. Attempted to import { $expr } to { $graph }.
175
175
176
176
=== 22N17
177
177
178
-
Status description:: error: data exception - invalid date, time, or datetime function field name. Cannot read the specified `$component` component from `$temporal`.
178
+
Status description:: error: data exception - invalid date, time, or datetime function field name. Cannot read the specified { $component } component from { $temporal }.
179
179
180
180
=== 22N18
181
181
182
-
Status description:: error: data exception - incomplete spatial value. A `$crs` `POINT` must contain `$mapKeyAndedList`.
182
+
Status description:: error: data exception - incomplete spatial value. A { $crs } POINT must contain { $mapKeyAndedList }.
183
183
184
184
=== 22N19
185
185
186
-
Status description:: error: data exception - invalid spatial value. A `POINT` must contain either 'x' and 'y', or 'latitude' and 'longitude'.
186
+
Status description:: error: data exception - invalid spatial value. A POINT must contain either 'x' and 'y', or 'latitude' and 'longitude'.
187
187
188
188
=== 22N20
189
189
190
-
Status description:: error: data exception - invalid spatial value dimensions. Cannot create `POINT` with `$crs` coordinate reference system (CRS) and `$coordinates` coordinates. Use the equivalent `$crs2` coordinate reference system instead.
190
+
Status description:: error: data exception - invalid spatial value dimensions. Cannot create POINT with { $crs } coordinate reference system (CRS) and { $coordinates } coordinates. Use the equivalent { $crs2 } coordinate reference system instead.
191
191
192
192
=== 22N21
193
193
194
-
Status description:: error: data exception - unsupported coordinate reference system. Unsupported coordinate reference system (CRS): `$crs`.
194
+
Status description:: error: data exception - unsupported coordinate reference system. Unsupported coordinate reference system (CRS): { $crs }.
195
195
196
196
=== 22N22
197
197
198
198
Status description:: error: data exception - invalid spatial value combination. Cannot specify both coordinate reference system (CRS) and spatial reference identifier (SRID).
199
199
200
200
=== 22N23
201
201
202
-
Status description:: error: data exception - invalid latitude value. Cannot create `WGS84 POINT` with invalid coordinate: `$coordinates`. The valid range for the latitude coordinate is [-90, 90].
202
+
Status description:: error: data exception - invalid latitude value. Cannot create WGS84 POINT with invalid coordinate: { $coordinates }. The valid range for the latitude coordinate is [-90, 90].
203
203
204
204
=== 22N24
205
205
206
-
Status description:: error: data exception - invalid coordinate arguments. Cannot construct a `$valueType` from `$coordinates`.
206
+
Status description:: error: data exception - invalid coordinate arguments. Cannot construct a { $valueType } from { $coordinates }.
207
207
208
208
=== 22N25
209
209
210
-
Status description:: error: data exception - invalid temporal arguments. Cannot construct a `$valueType` from `$temporal`.
210
+
Status description:: error: data exception - invalid temporal arguments. Cannot construct a { $valueType } from { $temporal }.
0 commit comments