table_of_content

Introduction

Article describes data exchange errors in ST-Mobile Trade.
If these errors occur, contact the support service. 
Each error is dealt with individually.
This is due to the fact that same problem can be caused by different reasons.

Errors description

Common errors (1001)

UnknownError = 1001 — Unknown errorCause of error has not been established

User errors (1002-1003)

ATTENTION: These errors are not shown to the user in the form of a dialog!
Abort = 1002 — InterruptedThe user refused to send/upload data
UserRejected = 1003 — RefusedThe user refused to send/upload files

Configuration errors (1051-1053)

SettingNotCorrect = 1051 — Incorrect settingsThe current profile is filled with incorrect data
SettingNotCorrect = 1052 — Error saving profileThe system cannot save the exchange profile
SettingNotCorrect = 1053 — Profile deletion errorThe system cannot delete the exchange profile

Network errors (1071-1072)

NetworkNotEnabled = 1071 — Network unavailableThe device is not connected to the Internet
NetworkNoInternet = 1072 — No Internet connectionThe device is connected to the Internet, but there is no connection

Exchange Server errors (1101-1107)

DServerNoConnection = 1101 — No connection to serverAn internet connection is available, but it is not possible to get a response from the server
DServerFailedRequest = 1102 — Server request errorWhen accessing the server, the application receives an error
DServerFailedReply = 1103 — Server response errorThe application expects to receive data from the server, but receives an error
DServerConnTimeout = 1104 — Connection timeoutThe application does not receive a response from the server for 15 minutes
DServerError = 1105 — Server errorThe error appears when internal errors of the exchange server occur
DInvalidLoginOrPassword = 1106 — Invalid username or passwordThere is no route with the specified password to the specified exchange address
DOperationNotSupported = 1107 — Operation is not supportedDuring http exchange, the server transmits a list of available operations. If the application tries to perform an operation not from the list, this error will appear

Data Downloading errors (1121-1124)

ATTENTION: If errors of this group occur, the full name of the file that caused the error is additionally written to the log!
DDownUnknownError = 1121 — [Downloading] Unknown errorThe cause of the error has not been established
DDownFailedRemoveFile = 1122 — [Downloading] Failed to delete fileThe application failed to delete one or more files that need to be deleted to download data
DDownFailedCreateFile = 1123 — [Downloading] Failed to create fileThe application failed to create one or more files when uploading data
DDownFailedWriteFile = 1124 — [Downloading] Failed to write fileThe application failed to write or overwrite one or more uploaded data files

Data Uploading errors (1131-1133)

ATTENTION: If errors of this group occur, the full name of the file that caused the error is additionally written to the log!
DUploadUnknownError = 1131 — [Uploading] Unknown errorПричина ошибки не установлена
DUploadFileNotFound = 1132 — [Uploading] File not foundThe application could not find one or more files that should participate in the exchange
DUploadFailedOpenFile = 1133 — [Uploading] Failed to open fileAn error occurs when uploading data if one or more files being uploaded are corrupted or blocked

Data Unpacking errors (1151-1161)

ATTENTION: If errors of this group occur, the full name of the file that caused the error is additionally written to the log!
DUnpackUnknownError = 1151 — [Unpacking] Unknown errorThe cause of the error has not been established
DUnpackFileNotFound = 1152 — [Unpacking] File not foundThe application could not find one or more files that should participate in the exchange)
DUnpackFailedCleanDir = 1153 — [Unpacking] Failed to clear directoryWhen unpacking the archive, it was not possible to pre-clear the directory
DUnpackFailedOpenZip = 1154 — [Unpacking] Failed to open archiveMost likely, an incorrect password is used to open the archive or the archive is damaged
DUnpackFailedOpenFileInZip = 1155 — [Unpacking] Failed to open file in archiveOne or more files in the archive cannot be opened for reading
DUnpackInternalZipError = 1156 — [Unpacking] Archiver errorInternal error of the archiver
DUnpackFailedCreateDirForFile = 1157 — [Unpacking] Failed to create directoryThe error occurs when creating a directory when unpacking an archive
DUnpackFailedRemoveExistsFile = 1158 — [Unpacking] Failed to delete existing fileWhen unpacking the archive, it was not possible to delete any of the files
DUnpackFailedOpenFileForWrite = 1159 — [Unpacking] Failed to open file for writingWhen unpacking, it was not possible to open the database file for writing data
DUnpackFailedWriteFile = 1160 — [Unpacking] Failed to write fileThe application cannot write the file to the device. For example, if the file does not fit into the clipboard or there is not enough space on the device to write it)
DUnpackFailedReadFile = 1161 — [Unpacking] Failed to read fileThe unpacked file is damaged

Data Packing errors (1181-1187)

ATTENTION: If errors of this group occur, the full name of the file that caused the error is additionally written to the log!
DPackFailedCreateDir = 1181 — [Packaging] Failed to create directoryDuring packaging, it was not possible to create the necessary directories
DPackFailedCreateZip = 1182 — [Packaging] Failed to create zipThe necessary archive could not be created during packaging
DPackFileNotFound = 1183 — [Packaging] File not foundOne or more files for packaging were not found
DPackFailedOpenFile = 1184 — [Packaging] File opening errorThe application cannot read the file
DPackFailedOpenFileInZip = 1185 — [Packaging] Failed to open file in archiveThe application cannot read the file in the archive
DPackFailedWriteFile = 1186 — [Packaging] Failed to write fileThe application cannot write the file when packing
DPackFialedRemoveFile = 1187 — [Packaging] Failed to delete fileThe application cannot delete one or more files when packing

Verstamp (1201-1204)

ATTENTION: When working with exchange sessions, file verstamp.dat is used: errors of this group are related to this file!
DVerstampFailedRead = 1201 — [Verstamp] Failed to readThe application could not get the number of the current exchange session due to file blocking
DVerstampFailedWrite = 1202 — [Verstamp] Failed to writeThe application failed to record the exchange session to a file
DVerstampNotMatchRoute = 1203 — [Verstamp] Route does not matchThere is no data about the exchange session on the current route in the file
DVerstampLessFirst = 1204 — [Verstamp] Version less than minimumThe exchange tries to start with an exchange session less than the minimum

Data Preparation errors (1211-1217)

DPrepFailedCleanDir = 1211 — [Preparation] Failed to clear directoryWhen unpacking the archive, it was not possible to pre-clear the directory
DPrepFailedCreateDir = 1212 — [Preparation] Failed to create directoryThe error occurs when creating a directory when unpacking an archive
DPrepFailedCopyTmpl = 1213 — [Preparation] Failed to copy templateThe application cannot copy the database template
DPrepFailedOpenDestDb = 1214 — [Preparation] Failed to open databaseThe error occurs when opening the database. For example, if the database is damaged
DPrepFailedExclusive = 1215 — [Preparation] Failed to open transactionWhen writing the database, the transaction could not be opened
DPrepFailedReadData = 1216 — [Preparation] Failed to read dataThe application could not read the incoming data
DPrepFailedWriteData = 1217 — [Preparation] Failed to write dataThe application failed to write data to the template

Data Processing errors (1231-1240)

DProcNotFoundDb = 1231 — [Processing] Server did not send databaseThe database did not come from the server in response
DProcFailedOpenDb = 1232 — [Processing] Failed to open databaseThe error occurs when opening the database. For example, if the database is damaged
DProcDataIsEmpty = 1233 — [Processing] Sent database is emptyThe server sent an empty database
DProcFailedReadData = 1234 — [Processing] Failed to read dataThe application could not read the incoming data
DProcFailedExclusive = 1235 — [Processing] Failed to open transactionWhen writing the database, the transaction could not be opened
DProcFailedReplaceDb = 1236 — [Processing] Failed to replace the databaseThe error occurs when replacing an existing database with a new one
DProcNotValidData = 1238 — [Processing] Data is not validThe data about the exchange session did not arrive
DProcNotMatchRoute = 1239 — [Processing] Data does not match current routeIn exchange, data came from a different route
DProcFailedWriteData = 1240 — [Processing] Failed to write data

Data could not be inserted into the table

Errors 1301-1501 occur when uploading additional materials or when uploading photos

Server errors (1301-1307)

FServerNoConnection = 1301 — [Files] No connection to serverAn internet connection is available, but it is not possible to get a response from the server
FServerFailedRequest = 1302 — [Files] Server request errorWhen accessing the server, the application receives an error
FServerFailedReply = 1303 — [Files] Server response errorThe application expects to receive data from the server, but receives an error
FServerConnTimeout = 1304 — [Files] Connection timeoutThe application does not receive a response from the server for 15 minutes
FServerError = 1305 — [Files] Server errorAn internal exchange server error has occurred
FInvalidLoginOrPassword = 1306 — [Files] Invalid username or passwordThere is no route with the specified password to the specified exchange address
FOperationNotSupported = 1307 — [Files] Operation does not supportedDuring http exchange, the server transmits a list of available operations. If the application tries to perform an operation not from the list, this error will appear

File Download errors (1321-1324)

FDownUnknownError = 1321 — [Downloading files] Unknown errorThe cause of the error has not been established
FDownFailedRemoveFile = 1322 — [Downloading files] Failed to delete fileFailed to delete one or more files that need to be deleted to download data
FDownFailedCreateFile = 1323 — [Downloading files] Failed to create fileFailed to create one or more files when uploading data
FDownFailedWriteFile = 1324 — [Downloading files] Failed to write fileFailed to write or overwrite one or more uploaded files

File Upload errors (1331-1333)

FUploadUnknownError = 1331 — [Uploading files] Unknown errorThe cause of the error has not been established
FUploadFileNotFound = 1332 — [Uploading files] File not foundCould not find one or more files that should participate in the exchange
FUploadFailedOpenFile = 1333 — [Uploading files] Could not open the fileAn error occurs when uploading files if one or more files being uploaded are corrupted or blocked

File Size errors (1341-1342)

FUploadUnknownError = 1341 — Data size is too large for current connectionWhen transmitting data over a mobile network, the data size exceeds the value specified in MaxAdditionsSizeToDownloadWithoutWiFi
FNotEnoughStorage = 1342 — Not enough spaceThere is not enough space on the device to insert files

File Unpacking errors (1351-1361)

FUnpackUnknownError = 1351 — [Unpacking files] Unknown errorThe cause of the error has not been established
FUnpackFailedCleanDir = 1353 — [Unpacking files] Failed to clear directoryWhen unpacking the archive, it was not possible to pre-clear the directory
FUnpackFailedOpenZip = 1354 — [Unpacking files] Failed to open archiveThe error occurs when opening the directory. It is possible if an incorrect password is used to open the archive or if the archive is damaged
FUnpackFailedOpenFileInZip = 1355 — [Unpacking files] Failed to open file in archive.The application cannot read the file in the archive
FUnpackInternalZipError = 1356 — [Unpacking files] Archiver errorInternal error of the archiver
FUnpackFailedCreateDirForFile = 1357 — [Unpacking files] Failed to create directory for fileThe error occurs when creating a directory when unpacking an archive
FUnpackFailedRemoveExistsFile = 1358 — [Unpacking files] Failed to delete existing fileWhen unpacking the archive, it was not possible to delete any of the files
FUnpackFailedOpenFileForWrite = 1359 — [Unpacking files] Failed to open file for writingWhen unpacking, the file could not be opened
FUnpackFailedWriteFile = 1360 — [Unpacking files] Failed to write fileThe file cannot be written to the device. For example, if the file does not fit into the clipboard or there is not enough space on the device to write it
FUnpackFailedReadFile = 1361 — [Unpacking files] Failed to read fileThe unpacked file is damaged

File Packing errors (1381-1387)

FPackFailedCreateDir = 1381 — [Packing files] Failed to create directoryDuring packaging, it was not possible to create the necessary directories
FPackFailedCreateZip = 1382 — [Packing files] Failed to create zipThe necessary archive could not be created during packaging
FPackFileNotFound = 1383 — [Packing files] File not foundOne or more files for packaging were not found
FPackFailedOpenFile = 1384 — [Packing files] File opening errorThe application failed to read the file
FPackFailedOpenFileInZip = 1385 — [Packing files] Failed to open file in archiveThe application failed to read the file in the archive
FPackFailedWriteFile = 1386 — [Packing files] Failed to write fileThe error occurs when an unsuccessful attempt to write a file during packaging
FPackFialedRemoveFile = 1387 — [Packing files] Failed to delete fileIt is not possible to delete one or more files during packaging

File Processing errors (1431-1438)

FProcUnpackFileNotFound = 1431 — [Processing files] File not foundOne or more files could not be found
FProcUnpackFailedOpenZip = 1432 — [Processing files] Failed to open archiveThe error occurs when opening the directory. It is possible if an incorrect password is used to open the archive or if the archive is damaged
FProcUnpackFailedOpenFileInZip = 1433 — [Processing files] Failed to open file in archiveThe application failed to read the file in the archive
FProcUnpackInternalZipError = 1434 — [Processing files] Archiver errorInternal error of the archiver
FProcUnpackFailedCreateDirForFile = 1435 — [Processing files] Failed to create directory for fileThe error occurs when creating a directory while processing files
FProcUnpackFailedRemoveExistsFile = 1436 — [Processing files] Failed to delete existing fileWhen processing files, it was not possible to delete any of the files
FProcUnpackFailedOpenFileForWrite = 1437 — [Processing files] Failed to open file for writingThe error occurs if the file could not be opened during file processing
FProcUnpackFailedWriteFile = 1438 — [Processing files] Failed to write fileFailed to write or overwrite one or more uploaded data files

Other errors (1501)

UnableResume = 1501 — Failed to resumeAfter the connection is disconnected, the exchange process cannot be resumed
  • Нет меток