CrossManager CLI Help
V2026.2
Errors Definition
//ErrorDefinitions
// dtkWarningInvalidArgument = -1010, // File extension and file format do not match
// dtkErrorUnspecified = -1001, // Unspecified error
// dtkErrorTypeNotSupported = -1000, // File format invalid or not supported
// dtkWarningNoEntitiesWritten = -32, // No entities were written to the output file
// dtkErrorFileNotExist = -28, // Input file does not exist
// dtkErrorVersionNotSupported = -27, // File version not supported
// dtkErrorOpenOutputFile = -23, // Cannot open output file
// dtkErrorOpenInputFile = -22, // Cannot open input file
// dtkErrorSchemaNotFound = -15, // Missing Schema file
// dtkErrorOpenConfigFile = -13, // Cannot open configuration file
// dtkErrorOutputFile = -6, // Output file error
// dtkErrorInputFile = -5, // Input file error
// dtkErrorLicence = -4, // License error
// dtkErrorLicenceCmd = -44, // License error
// dtkErrorOpenFiles = -2, // Cannot open files
// dtkErrorAllocation = -1, // Memory allocation error
// dtkNoError = 0, // No error (success)
// dtkErrorUserBreak = 1, // Conversion aborted by user
//End_ErrorDefinitions