?? NEWTITLE := '  NFE$XFER_APPL_ERROR_CODES ----- ''NF'' 450 .. 475', EJECT ??
?? FMT (FORMAT := OFF) ??

*copyc nfc$abnormal_conditions

  CONST
    nfc$xfer_appl_base_condition = nfc$min_status_condition + 450,

    nfe$outside_bounds_of_sequence =      nfc$xfer_appl_base_condition + 00,
    {E Pointer outside the bounds of the message sequence.}

    nfe$invalid_parameter_value    =      nfc$xfer_appl_base_condition + 01,
    {E Incorrect or missing parameter value +P for +P protocol message.}

    nfe$invalid_descriptor_value   =      nfc$xfer_appl_base_condition + 02,
    {E Descriptor value +P invalid for application.}

    nfe$conflicting_descriptors    =      nfc$xfer_appl_base_condition + 03;
    {E Queue file descriptors must be of the same type.}

?? FMT (FORMAT:=ON) ??
?? OLDTITLE ??
