*copyc FSC$CONDITION_CODE_LIMITS
?? NEWTITLE := 'fse$get_info_validation_errors   : ''FS'' 100 .. 119', EJECT ??

?? FMT (FORMAT := OFF) ??

     { fse$get_info_validation_errors }

   CONST
     fsc$min_ecc_get_info_validation = fsc$min_ecc_validation + 100,

     fse$get_file_info_internal      = fsc$min_ecc_get_info_validation + 0,
         {E File information retrieval - internal system error has..
         { occurred: +P8.}

     fse$file_contents_replaced      = fsc$min_ecc_get_info_validation + 1,
         {W File +F1: The current value of the FILE_CONTENTS attribute, +P8,..
         { has been replaced with the value UNKNOWN.

     fse$file_contents_truncated     = fsc$min_ecc_get_info_validation + 2,
         {W File +F1: The current value of the FILE_CONTENTS attribute has..
         { been truncated as a result of the merging of FILE_CONTENTS and..
         { FILE_STRUCTURE in +P2. ..
         {+N  ORIGINAL FILE_CONTENTS  = "+P8". ..
         {+N  ORIGINAL FILE_STRUCTURE = "+P9".}

     fse$file_structure_discarded    = fsc$min_ecc_get_info_validation + 3,
         {W File +F1: The specified value of the FILE_STRUCTURE attribute,..
         { +P8, has been discarded.

     fse$file_structure_replaced     = fsc$min_ecc_get_info_validation + 4,
         {W File +F1: The current value of the FILE_STRUCTURE attribute, +P8,..
         { has been replaced with the value +P9.

     fse$insufficient_sequence_size  = fsc$min_ecc_get_info_validation + 5,
         {E The +P8 sequence passed to +P2 for the file, +F1, is insufficient..
         { in size for the requested operation.}

     fse$attributes_not_defined      = fsc$min_ecc_get_info_validation + 7,
         {E None of the requested attributes is defined for +F1.}

     fse$attribute_not_available     = fsc$min_ecc_get_info_validation + 9,
         {E The requested attribute, +P1, is not available because you are..
         { not the owner of file, +F2.}

     fse$file_contents_not_converted = fsc$min_ecc_get_info_validation + 11,
         {E FILE_CONTENTS, +P8, and FILE_STRUCTURE, +P9, could not be..
         { converted to a supported keyword value.

     fse$file_structure_ignored      = fsc$min_ecc_get_info_validation + 12,
         {W The specified value for FILE_STRUCTURE, +P8, was ignored.

     fsc$max_ecc_get_info_validation = fsc$min_ecc_get_info_validation + 19;
?? FMT (FORMAT := ON) ??
?? OLDTITLE ??
