PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ parser_error_messages

const char* parser_error_messages[]
Initial value:
=
{
"",
"geometry requires more points",
"geometry must have an odd number of points",
"geometry contains non-closed rings",
"can not mix dimensionality in a geometry",
"parse error - invalid geometry",
"invalid WKB type",
"incontinuous compound curve",
"triangle must have exactly 4 points",
"geometry has too many points",
"parse error - invalid geometry"
}

Definition at line 37 of file lwin_wkt.c.

38{
39 "",
40 "geometry requires more points",
41 "geometry must have an odd number of points",
42 "geometry contains non-closed rings",
43 "can not mix dimensionality in a geometry",
44 "parse error - invalid geometry",
45 "invalid WKB type",
46 "incontinuous compound curve",
47 "triangle must have exactly 4 points",
48 "geometry has too many points",
49 "parse error - invalid geometry"
50};

Referenced by lwgeom_parse_wkt(), wkt_lexer_unknown(), wkt_lexer_unknown(), and wkt_yyerror().