UDT Reference: CUDTException Methods |
The getErrorNo method returns the system errno.
int getErrorMsg( |
NONE.
The system errno of the error that causes the exception. If there is no exception, 0 will be returned.
No exception will be caused.
UDT records the error information in the CUDTException entity, which is threw out to the application. The system errno is the integer code for the error which can be used for exception handling.