Home Previous Up Next Index

armarx::ATINetFTException

Overview

exception ATINetFTException extends UserException

Will be thrown, if a ATINetFT error occurs.

Data Member Index

errorCode
The ATINetFT error code as defined in the ATINetFTDataStreamSDK.

Data Members

int errorCode;

The ATINetFT error code as defined in the ATINetFTDataStreamSDK. Note that "no error" or "success" is represented with the result code 2. The other result codes are error codes.


Home Previous Up Next Index