Skip to content

Commit 494ad4e

Browse files
Replace backticks with curly brackets
1 parent e125f83 commit 494ad4e

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

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

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

113113
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 }.
115115

116116
=== 22N02
117117

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.
119119

120120
=== 22N03
121121

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 }.
123123

124124
=== 22N04
125125

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 }.
127127

128128
=== 22N05
129129

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 }.
131131

132132
=== 22N06
133133

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.
135135

136136
=== 22N07
137137

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 }.
139139

140140
=== 22N08
141141

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 }.
143143

144144
=== 22N09
145145

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 }.
147147

148148
=== 22N10
149149

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 }.
151151

152152
=== 22N11
153153

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 }.
155155

156156
=== 22N12
157157

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 }.
159159

160160
=== 22N13
161161

162162
Status description:: error: data exception - invalid time zone. Specified time zones must include a date component.
163163

164164
=== 22N14
165165

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 }.
167167

168168
=== 22N15
169169

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 }.
171171

172172
=== 22N16
173173

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 }.
175175

176176
=== 22N17
177177

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 }.
179179

180180
=== 22N18
181181

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 }.
183183

184184
=== 22N19
185185

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'.
187187

188188
=== 22N20
189189

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.
191191

192192
=== 22N21
193193

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 }.
195195

196196
=== 22N22
197197

198198
Status description:: error: data exception - invalid spatial value combination. Cannot specify both coordinate reference system (CRS) and spatial reference identifier (SRID).
199199

200200
=== 22N23
201201

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].
203203

204204
=== 22N24
205205

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 }.
207207

208208
=== 22N25
209209

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 }.
211211

212212
=== 22N26
213213

214-
Status description:: error: data exception - unsupported rounding mode. Unknown rounding mode. Valid values are: `CEILING`, `FLOOR`, `UP`, `DOWN`, `HALF_EVEN`, `HALF_UP`, `HALF_DOWN`, `UNNECESSARY`.
214+
Status description:: error: data exception - unsupported rounding mode. Unknown rounding mode. Valid values are: CEILING, FLOOR, UP, DOWN, HALF_EVEN, HALF_UP, HALF_DOWN, UNNECESSARY.
215215

216216
=== 22N27
217217

218-
Status description:: error: data exception - invalid entity type. Invalid input `$input` for `$var`. Expected to be one of `$valueTypeOredList`.
218+
Status description:: error: data exception - invalid entity type. Invalid input { $input } for { $var }. Expected to be one of { $valueTypeOredList }.
219219

220220
////
221221
=== 22N28

0 commit comments

Comments
 (0)