ERROR (ENUM)ΒΆ
TYPE ERROR :
This enumeration describes errors which may occur when working with the functions of this library.
- Attributes:
- qualified_only
- InOut:
- Name - Initial - Comment - NO_ERROR - 0 - no error - FIRST_ERROR - 1300 - first library-specific error - TIME_OUT - 1301 - Timeout occured. - ABORT - 1302 - Operation was aborted. - REF_INVALID - 1303 - The interface reference was invalid. - NOT_SUPPORTED - 1304 - The function is not supported. - ERROR_IO - 1305 - A general I/O configuration error occured. - PARAM_INVALID - 1306 - Invalid parameter. - NODE_NOT_EXISTING - 1307 - The specified node does not exist. - NO_MEMORY - 1308 - Dynamic memory allocation is disabled or system is out of memory. - ADR_NOT_FOUND - 1309 - The specified I/O address is not valid. - INST_NOT_FOUND - 1310 - There is no associated IDevice instance for the specified I/O address. - NO_DATA - 1311 - There is no data available. - OPERATION_INVALID - 1312 - Operation not possible due to the current state - FIRST_MF - 1350 - first manufacturer-specific error - LAST_ERROR - 1399 - last error