Retrieves current error information.
Syntax
GsFunStat GsErrorGet(GsId gs, pstr pMessage, pstr pDetail);
Arguments
GsIdgs ID returned by GsInitWithProps() for the current instance of GeoStan. Input.
pstrpMessage Basic explanation for the error; up to 256 bytes in length. Output.
pstrpDetail Particulars of an error, such as filename; up to 256 bytes in length. Output.
Return Values
Error number of the most recent GeoStan error.
-1 |
No error. |
0 through 99 |
Indicates the actual DOS error values. |
100 |
Unclassified error. |
101 |
Unknown error. |
102 |
Invalid file signature. |
103 |
Table overflow. |
104 |
Insufficient memory. |
105 |
File not found. |
106 |
Invalid argument to a function. |
107 |
File is out of date. |
108 |
Invalid license filename, path, or incorrect password. |
109 |
Invalid GsFind call - cannot match an address and a geocode in the same GsFind call. |
110 |
Could not determine centerline. |
111 |
Invalid checksum on file contents. |
112 |
System exception (e.g. access violation). |
Alternates
GsErrorGetEx()