Indicates if any errors occurred or any informational messages are available in the current thread.
Syntax
GsFunStat GsErrorHas(GsId
id)
Arguments
GsIdid GsId returned byGsInitWithProps() if initialization completed, or set to NULL if initialization failed and GsInitWithProps() returned NULL. Input.
Return Values
True GeoStan generated errors or informational messages.
GSDFalse GeoStan did not generate any errors or informational messages
Prerequisites
GsInitWithProps()
Example
See GsErrorGetEx for example code.