Bulletin number: 87 Products affected: D700D Description: Kernel filer error conditions. section 16.4 Component: THE DOCUMENTATION Date: Tue May 15 17:00:00 GMT 1990 ----- Kernel filer error conditions. section 16.4 In appendix E the kernel filer error conditions are tabulated as error numbers and messages. In Section 16.4 names for these conditions are introduced in the text. The correspondence between names and numbers ought to be defined by constants in the library krnlhdr , but is not. The numbers are: VAL f.ok IS 0: VAL f.eof IS 1: VAL f.too.many.locks IS -303: VAL f.too.many.releases IS -305: VAL f.too.many.suspends IS -306: VAL f.illegal.chrc IS -308: VAL f.cannot.copy IS -311: VAL f.illegal.extension IS -313: VAL f.illegal.attribute IS -314: VAL f.invalid.operation IS -1105: