Skip to content

Commit f6dd76a

Browse files
add new geojson error
1 parent 9e532ed commit f6dd76a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

reference/errors/error_codes.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,10 @@ This error occurs if:
212212

213213
The provided `_geo` field of one or more documents is invalid. Meilisearch expects `_geo` to be an object with two fields, `lat` and `lng`, each containing geographic coordinates expressed as a string or floating point number. Read more about `_geo` and how to troubleshoot it in [our dedicated guide](/learn/filtering_and_sorting/geosearch).
214214

215+
## `invalid_document_geojson_field`
216+
217+
The `geojson` field in one or more documents is invalid or doesn't match the [GeoJSON specification](https://datatracker.ietf.org/doc/html/rfc7946).
218+
215219
## `invalid_export_url`
216220

217221
The export target instance URL is invalid or could not be reached.

0 commit comments

Comments
 (0)