Error property
Type: Long, read-only
Error code from the last query (either Query or
QueryBinary). After a query returns,
this property remains unchanged until the next query.
Possible values include:
| hexTcpqErrSuccess |
0 |
| hexTcpqErrAddressInUse |
10048 |
| hexTcpqErrAddressNotAvailable |
10049 |
| hexTcpqErrNetworkDown |
10050 |
| hexTcpqErrNetworkUnreachable |
10051 |
| hexTcpqErrConnectionAborted |
10053 |
| hexTcpqErrConnectionReset |
10054 |
| hexTcpqErrTimedOut |
10060 |
| hexTcpqErrConnectionRefused |
10061 |
| hexTcpqErrHostUnreachable |
10065 |
| hexTcpqErrReceiveBufferFull |
536870912
(20000000 hex) |
If it has not yet reached the expiration date indicated by the
Expires property or there is a problem with the
license, HexTcpQuery will initialize the property with one of the
following license-related errors:
| hexTcpqErrLicenseFileNotFound |
2 |
| This is the normal error during the evaluation period. If you see this
after purchasing a license, make sure the license file is in the same directory as the
component. |
|
| hexTcpqErrCouldNotOpenLicenseFile |
3 |
| The license file was found but could not be opened for reading. Make sure
the license file permissions are the same as those of the component. |
|
| hexTcpqErrCorruptLicenseFile |
4 |
| The license file has been modified in some way. Restore your backup
version or obtain a new copy from Hexillion. |
|
| hexTcpqErrWrongProductLicense |
5 |
| The component is not the product named in the license file. License files
can only be used with the products for which they were created. |
|
| hexTcpqErrWrongVersionLicense |
6 |
| The license file was not created for this version of the component. |
|
| hexTcpqErrUnlicensedProcessors |
7 |
| The component is executing on a machine with more processors than the
license file allows. |
|