Platform (PLT) Return Codes

Table 1. PLT Return Codes
Value Symbolic Name Description
0 PLTERR_OK The operation was successful.
1 PLTERR_INVALID_INI_FILE The INI file is incorrect or is corrupted.
2 PLTERR_INI_VALUE_TRUNCATED The value portion of the INI parameter is too long.
3 PLTERR_INI_KEY_NOT_FOUND The keyword was not found in the INI file.
4 PLTERR_INVALID_HANDLE The handle used in the operation was invalid.
5 PLTERR_TIMEOUT An operation took too long to complete.
6 PLTERR_INI_SYNTAX_ERR The INI file has an invalid syntax. Syntax is: "Keyword: Value"
8 PLTERR_OUT_OF_MEMORY The application is out of memory. Restart the application and retry the operation.
9 PLTERR_INTERNAL An operating system specific call failed. The secondary return code may contain the operating system specific return code.
10 PLTERR_CAN_NOT_OPEN_LOG_FILES The system is not able to open the log files. This may be caused by not having access rights, or a disk full condition.
11 PLTERR_LOG_ALREADY_INIT The error logging system is already initialized.
12 PLTERR_ALREADY_CREATED A file creation operation failed because the file already exists.
13 PLTERR_OUT_OF_DISKSPACE The system detected a disk full condition.
14 PLTERR_UOW_NOT_FOUND The file set, entry, or job was not found when a search was performed.
15 PLTERR_INVALID_UOW_PARM The file set name, entry, or job does not have a valid format.
16 PLTERR_NOT_IMPLEMENTED The function referenced is not currently supported.
17 PLTERR_UOW_BUSY The file set, entry, or job is in use by another application.
18 PLTERR_NO_IMAGES_FOUND The images were not found.
19 PLTERR_DUPLICATE_IMG_SEGS One or more image segments are duplicates of existing image segments.
20 PLTERR_IMG_SEGS_NOT_CONFGD The provided image segment is not configured.
21 PLTERR_NOT_FOUND The file or item was not found.
22 PLTERR_NOT_INITIALIZED An attempt was made to access the system before it was initialized.
23 PLTERR_SEGS_NOT_FOUND The requested image segment was not found.
24 PLTERR_IMG_DRIVE_NOT_AVAIL The drive or path to the images is not available.
25 PLTERR_INVALID_MODE_FOR_DELETE The mode specified in the delete request is invalid.
26 PLTERR_INVALID_UOW_IMG_DRIVE The specified image drive is invalid.
27 PLTERR_MORE_DATA A request for data was issued, but the requestor failed to allocate enough space for all of the data
28 PLTERR_BROKEN_PIPE The communications pipe has terminated.
29 PLTERR_OUT_OF_HANDLES The system is out of handle resources. Restart the application to release unused handles.
30 PLTERR_ACCESS_DENIED A request to access a system resource (file) failed because the user does not have the required privileges.
31 PLTERR_SHARING_VIOLATION A request to access a system resource (file) failed because another application is using the resource.
32 PLTERR_EOF An end of file condition occurred.
33 PLTERR_INVALID_PARAMETER The calling application provided an invalid parameter.
34 PLTERR_NEGATIVE_SEEK The request resulted in reading data from an area before the beginning of a file.
35 PLTERR_INVALID_PTR An attempt was made to access memory not owned by the current application.
36 PLTERR_OPEN_FAILED A request to open or allocate a system resource failed.
37 PLTERR_BAD_FILENAME The file name provided is invalid. Correct the file name and retry the operation.
50 PLTERR_INVLD_ACCESS_MODE The access mode provided is invalid.
51 PLTERR_INVLD_SHARE_MODE The sharing mode provided is invalid.
52 PLTERR_INVLD_DISPOSITION The disposition provided is invalid.
60 PLTERR_DIALOG_CANCEL The user selected Cancel on a dialog panel.
100 PLTERR_IM_INVALID_IMG_FMT The image manipulation failed because the image is in an invalid format.
301 PLTERR_ID_FILE_TRUNCATED The file containing images contains a partial record. The file is corrupted, possibly due to a truncated transmission.
302 PLTERR_ID_USERDATA_TOO_LONG The request to store user data could not be handled because there is a limit to the amount of user data that can be stored.
350 PLTERR_ID_INVALID_FILESET The file set name provided is invalid.
351 PLTERR_ID_INVALID_LOCATION The location of the file set is invalid.
352 PLTERR_ID_INVALID_ENTRYNAME The file set name, entry, or job provided in the request is invalid.
353 PLTERR_ID_INVALID_STARTISN The starting sequence number is invalid.
354 PLTERR_ID_INVALID_ENDISN The ending sequence number is invalid.
355 PLTERR_ID_INVALID_PFN The function address in invalid.
401 PLTERR_SOCK_ALREADY An operation was attempted on a socket which already has an operation pending.
402 PLTERR_SOCK_CLOSED An attempt to read or write to a closed socket.
403 PLTERR_SOCK_CONN_REFUSED the connection to the remote server was refused.
404 PLTERR_SOCK_INVALID_PARM The parameter provided on the socket call was invalid.
405 PLTERR_SOCK_IN_PROGRESS The connection is in progress.
406 PLTERR_SOCK_LOOP A loop occurred while processing a request to translate a name.
407 PLTERR_SOCK_MFILE The maximum number of socket handles has been allocated on this system.
408 PLTERR_SOCK_MSGSIZE The message size is too large for an internal network buffer.
409 PLTERR_SOCK_NETDOWN The network is not operational.
410 PLTERR_SOCK_NOT_READY The socket is not ready to perform the requested operation.
411 PLTERR_SOCK_NO_ACCESS The caller does not have the required privileges to access the socket.
412 PLTERR_SOCK_PROTOTYPE The prototype provided is invalid.
413 PLTERR_SOCK_RESET The connection was reset by the remote server.
414 PLTERR_SOCK_SHUTDOWN An attempt was made to perform an action on a socket after the socket was closed.
415 PLTERR_SOCK_USERS An attempt to add a user failed because the request exceeds the number of allowed users.
416 PLTERR_SOCK_WOULDBLOCK The operation on a non-blocking socket would have blocked if it were permitted. The operation is stopped.
450 PLTERR_LIB_PROC_NOT_FOUND The entry point or procedure was not found in the library.
451 PLTERR_LIB_NOT_LOADED The library failed to load.
452 PLTERR_LIB_NOT FREED The library could not be made available.
500 PLTERR_PLTERR_CANCEL The operation was canceled by the user.