ERROR (ENUM)ΒΆ
TYPE ERROR :
This data structure describes errors which might occur when using the functions of the CAA_DtUtility library.
- Attributes:
- qualified_only
- InOut:
- Name - Initial - Comment - NO_ERROR - 0 - No Error; function successfully executed - FIRST_ERROR - 5750 - First library-specific error - TIME_OUT - 5751 - Time limit exceeded - NOT_AVAILABLE - 5752 - Not available - INPUT_INVALID - 5753 - Invalid input values - DTU_ERROR_UNKNOWN - 5754 - Unknown error - DTU_WRONG_PARAMETER - 5755 - Wrong parameter - DTU_TZI_NOT_SET - 5756 - Timezone information not initialized - FIRST_MF - 5770 - First manufacturer-specific error - LAST_ERROR - 5799 - Last library-specific error 
