PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ rt_errorstate

Enum definitions.

Enumerator
ES_NONE 
ES_ERROR 

Definition at line 179 of file librtcore.h.

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