Guardian Procedure Errors and Messages Manual
Table 4 Guardian File-System Errors Mapped to C Errors (continued)
C errno Symbolic NameFile-System Error
ENOSPC43-44
EFBIG45
EIO46
EACCES48
EINVAL49
EIO50-51
EFSERR53
EINVAL54
EIO55
EFILEBAD59
EWRONGID60
EIO61
EGUARDIANLOCKED73
EIO103
EIO232
EINVAL549, 560, 564, 590
Error Code Descriptions
0 (%0) The operation completed successfully.
Cause The file-system procedure successfully completed the requested operation.
Effect The file-system procedure returns to the calling procedure.
Recovery Informative message only; no corrective action is needed.
1 (%1) A read procedure reached end-of-file or a
write procedure reached end of tape.
(device type: 3, 4, or 6)
Cause A read procedure encountered a logical or physical end-of-file indicator, or a write procedure
reached the end of the physical medium.
Effect The procedure returns.
Recovery Recovery, if any, is application dependent.
2 (%2) The operation specified is not allowed on
this type of file. (device type: any)
Cause The procedure is invalid for the given type of file. For example:
• PURGE of a nondisk file
• KEYPOSITION on an unstructured disk file
Error Code Descriptions 21