PAM Programming Manual

PAM Programming Manual142482
A-1
A
File-System Error Codes
This appendix lists all file-system errors applicable to PAM. File-system error codes fall
into three general categories:
Debug errors indicate that you must change something in your program, recompile,
and restart. These are listed in Table A-1
Transitory errors indicate a temporary problem. Your program should wait a while
and then reissue the particular procedure call. These are listed in Table A-2
Fatal errors are beyond your control and preclude further communication with the
particular device. These are listed in Table A-3
Table A-1. Debug Errors
Code Error Description
2 Operation not allowed on this type of file.
10 The window name specified in the OPEN call is not unique within the network.
21 Invalid write-count or read-count in WRITEREAD call, or attempt to transfer too
much or too little data.
23 An attempt was made to send data from a port (using a WRITE or WRITEREAD
file procedure) whose MAC address is a group address or whose LSAP is a group
LSAP.
28 The number of outstanding nowait requests exceeds the specified sync sequence
depth.
110 Only BREAK access permitted.
179 Application buffer is incorrect.
Table A-2. Transitory Error
Code Error Description
31 Unable to obtain file system buffer space.
61 No more file opens permitted on this device.
111 Operation aborted because of BREAK.
112 READ or WRITEREAD preempted by operator message.
124 Line reset is in progress.
190 Device error.
201 Path error.