PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ rt_errorstate

Enum definitions.

Enumerator
ES_NONE 
ES_ERROR 

Definition at line 181 of file librtcore.h.

181  {
182  ES_NONE = 0, /* no error */
183  ES_ERROR = 1 /* generic error */
184 } rt_errorstate;
rt_errorstate
Enum definitions.
Definition: librtcore.h:181
@ ES_NONE
Definition: librtcore.h:182
@ ES_ERROR
Definition: librtcore.h:183