Skip to content

Commit a538921

Browse files
committed
Added an error code for geojson index failures
1 parent 4a75d97 commit a538921

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/ParseError.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,14 @@ ParseError.DUPLICATE_REQUEST = 159;
377377
*/
378378
ParseError.INVALID_EVENT_NAME = 160;
379379

380+
/**
381+
* Error code indicating that a geospatial index failed on the object.
382+
*
383+
* @property {number} GEOSPATIAL_INDEX_FAILURE
384+
* @static
385+
*/
386+
ParseError.GEOSPATIAL_INDEX_FAILURE = 162;
387+
380388
/**
381389
* Error code indicating that the username is missing or empty.
382390
*

0 commit comments

Comments
 (0)