| |
52 |
52 |
eErr_WaitingFailed = 1007, |
| |
53 |
53 |
eErr_CannotSuspendThread = 1008, |
| |
54 |
54 |
eErr_CannotSetEvent = 1009, |
| |
55 |
55 |
|
| |
56 |
56 |
|
| |
57 |
57 |
|
| |
58 |
58 |
|
| |
59 |
59 |
eErr_UnsupportedVersion = 2000, |
| |
60 |
60 |
eErr_MissingXmlData = 2001, |
| |
61 |
61 |
|
| |
62 |
62 |
|
| |
63 |
63 |
eErr_CannotReadArchive = 2500, |
| |
64 |
64 |
eErr_SerializeLoadError = 2501, |
| |
65 |
65 |
eErr_SerializeStoreError = 2502, |
| |
66 |
66 |
eErr_ContainerObjectMismatch = 2503, |
| |
67 |
67 |
eErr_NodeDoesNotExist = 2504, |
| |
68 |
68 |
eErr_UnsupportedMultipleSubnodesLevels = 2505, |
| |
69 |
69 |
eErr_CannotWriteArchive = 2506, |
| |
70 |
70 |
eErr_InvalidSerializationData = 2507, |
| |
71 |
71 |
eErr_CannotSetDatabaseOptions = 2508, |
| |
|
72 |
eErr_InvalidSerializer = 2509, |
| |
72 |
73 |
|
| |
73 |
74 |
|
| |
74 |
75 |
eErr_FixedDriveWithoutDriveLetter = 3000, |
| |
75 |
76 |
eErr_CannotGetFileInfo = 3001, |
| |
76 |
77 |
eErr_CannotDeleteFile = 3002, |
| |
77 |
78 |
|
| |
78 |
79 |
|
| |
79 |
80 |
eErr_MissingTaskSerializationPath = 4000, |
| |
80 |
81 |
eErr_UndefinedOperation = 4001, |
| |
81 |
82 |
|
| |
82 |
83 |
|
| |
83 |
84 |
eErr_CannotAllocateMemory = 4500, |
| |
84 |
85 |
|
| |
85 |
86 |
|
| |
86 |
87 |
eErr_SQLiteCannotOpenDatabase = 5000, |
| |
87 |
88 |
eErr_SQLiteFinalizeError = 5001, |
| |
88 |
89 |
eErr_SQLitePrepareError = 5002, |
| |
89 |
90 |
eErr_SQLiteStatementNotPrepared = 5003, |
| |
90 |
91 |
eErr_SQLiteStepError = 5004, |
| |
91 |
92 |
eErr_SQLiteBindError = 5005, |