ERROR (ENUM)ΒΆ
TYPE ERROR :
Error codes of the XML Utility
- Attributes:
- qualified_only
- InOut:
- Name - Initial - Comment - NO_ERROR - 0 - Executed without error - TIME_OUT - 1 - Time out - FILE_OPEN_ERROR - 2 - Could not open file - INVALID_HANDLE - 3 - Open file retuned invalid handle - READ_ERROR - 4 - Could not read file - WRITE_ERROR - 5 - Could not write file - SET_POS_FAILED - 6 - Invalid file position - NOT_FOUND - 7 - Element not found - START_TAG_NOT_FOUND - 8 - Start tag of the element not found - NEXT_START_TAG_NOT_FOUND - 9 - Next start element not found. - ELEMENT_EXCEEDS_BUFFERSIZE - 10 - Element size exceeds buffer size. Increment the value of gc_udiBufferSize. - COMMENT_EXCEEDS_BUFFERSIZE - 11 - Comment size exceeds buffer size. Increment the value of gc_udiBufferSize. - BLANK_NOT_FOUND - 12 - Missing blank between attributes - MAX_ELEMENT_SIZE_EXCEEDED - 13 - Maximum array size of XMLElemnts exceeded - DATA_ARRAY_POINTER_IS_NULL - 14 - Data pointer is null - EMPTY_DATASET - 15 - Empty dataset - MAX_VALUE_SIZE_EXCEEDED - 16 - Maximum value size exceeded. Increment the value of gc_udiMaxValueSize. - INVALID_LICENSE - 17 - No valid license found or demo mode has expired. - INVALID_INPUT_MAXELEMENTS - 18 - No valid udiMaxElements, e.g. udiMaxElements = 0 
