*copyc nfc$abnormal_conditions
?? NEWTITLE := 'NFE$MANAGE_STORE_FORWARD_NETWORK', EJECT ??
?? FMT (FORMAT := OFF) ??

  CONST
    nfc$manage_sfn_base_condition = nfc$min_status_condition + 600,

    nfe$sf_caller_not_privileged = nfc$manage_sfn_base_condition + 0,
    {F Caller not validated to +P.}

    nfe$sf_combine_dup_appl_def = nfc$manage_sfn_base_condition + 1,
    {I Combine the multiple definitions of DEFINE_APPLICATION_NAME_SWITCH, ..
    {  that have the destination_group_qualifier value of +P1, ..
    {  next_hop_application value of +P2 and the application_qualifiers ..
    {  are a subset of one or the other into one definition.}

    nfe$sf_combine_dup_source_def = nfc$manage_sfn_base_condition + 2,
    {I Combine the multiple definitions of DEFINE_SOURCE_NAME_SWITCH, that ..
    {  have the name value of +P1, next_hop_name value of +P2, ..
    {  destination_group_qualifier value of +P3, and the ..
    {  application_qualifiers are a subset of one another into one definition.}

    nfe$sf_combine_dup_target_def = nfc$manage_sfn_base_condition + 3,
    {I Combine the multiple definitions of DEFINE_DESTINATION_NAME_SWITCH, ..
    {  that have the name value of +P1, next_hop_name value of +P2 and the ..
    {  application_qualifiers are a subset of one another into one definition.}

    nfe$sf_dest_group_not_found = nfc$manage_sfn_base_condition + 4,
    {F The DESTINATION_GROUP_QUALIFIER +P1 has not been defined.}

    nfe$sf_dif_nha_same_aq_and_dgq = nfc$manage_sfn_base_condition + 5,
    {F The multiple definitions of DEFINE_APPLICATION_NAME_SWITCH, that ..
    {  have the destination_group_qualifier value of +P1 and overlapping ..
    {  application_qualifiers have different next_hop_applications.}

    nfe$sf_dif_nhn_same_n_aq_dgq = nfc$manage_sfn_base_condition + 6,
    {F The multiple definitions of DEFINE_SOURCE_NAME_SWITCH, that have the ..
    {  name value of +P1, destination_group_qualifier value of +P2 ..
    {  and overlapping application_qualifiers have different next_hop_names.}

    nfe$sf_dif_nhn_same_n_and_aq = nfc$manage_sfn_base_condition + 7,
    {F The multiple definitions of DEFINE_DESTINATION_NAME_SWITCH, that have ..
    {  the name value of +P1 and overlapping application_qualifiers have ..
    {  different next_hop_names.}

    nfe$sf_directive_errors = nfc$manage_sfn_base_condition + 8,
    {F MANAGE_STORE_FORWARD_NETWORK has encountered directive errors, ..
    {  see file: +P1 for additional error information.}

    nfe$sf_duplicate_appl_def = nfc$manage_sfn_base_condition + 9,
    {F The DEFINE_APPLICATION_NAME_SWITCH, that have the ..
    {  destination_group_qualifier value of +P1 and next_hop_application ..
    {  value of +P2 has multiple definitions with overlapping ..
    {  application_qualifiers.}

    nfe$sf_duplicate_group_names = nfc$manage_sfn_base_condition + 10,
    {F The DEFINE_DESTINATION_GROUP, that has the group_name value of +P1 ..
    {  has multiple definitions.}

    nfe$sf_duplicate_source_def = nfc$manage_sfn_base_condition + 11,
    {F The DEFINE_SOURCE_NAME_SWITCH, that have the name value of +P1 and ..
    {  next_hop_name value of +P2 has multiple definitions with overlapping ..
    {  application_qualifiers and destination_group_qualifiers.}

    nfe$sf_duplicate_target_def = nfc$manage_sfn_base_condition + 12,
    {F The DEFINE_DESTINATION_NAME_SWITCH, that have the name value of +P1 and ..
    {  next_hop_name value of +P2 has multiple definitions with overlapping ..
    {  application_qualifiers.}

    nfe$sf_group_name_not_used = nfc$manage_sfn_base_condition + 13,
    {I The DEFINE_DESTINATION_GROUP directive for the group_name +P1 was ..
    {  not used as a destination_group_qualifier in any other directives.}

    nfe$sf_identical_dest_list = nfc$manage_sfn_base_condition + 14,
    {I The DEFINE_DESTINATION_GROUP, that has the group_name +P1 ..
    {  has the identical destination names as group_name +P2.}

    nfe$sf_internal_error_bad_ptr = nfc$manage_sfn_base_condition + 15,
    {F An invalid pointer type has been encountered in the procedure: +P1 }

    nfe$sf_internal_error_bad_rptr = nfc$manage_sfn_base_condition + 16,
    {C An invalid pointer type has been encountered in the procedure: +P1 ..
    {  please re-install the SYSTEM's Store/Forward Network File.}

    nfe$sf_name_too_long = nfc$manage_sfn_base_condition + 17,
    {E The name value +P1 must be no longer than 31 characters in length ..
    {  for a +P2.}

    nfe$sf_name_too_short = nfc$manage_sfn_base_condition + 18,
    {E The name value +P1 must be at least 1 character in length for a +P2.}

    nfe$sf_no_store_forward_network = nfc$manage_sfn_base_condition + 19,
    {F The System's Store/Forward Network File does not exist, ..
    {  please install it.}

    nfe$sf_read_network_file_error = nfc$manage_sfn_base_condition + 20,
    {C Errors encountered on reading the System's Store/Forward Network File.}

    nfe$sf_string_too_long = nfc$manage_sfn_base_condition + 21,
    {E The string value +P1 must be no longer than 31 characters in length ..
    {  for a +P2.}

    nfe$sf_string_too_short = nfc$manage_sfn_base_condition + 22,
    {E The string value +P1 must be at least 1 character in length for a +P2.}

    nfe$sf_write_network_file_error = nfc$manage_sfn_base_condition + 23;
    {C Installation of System's Store/Forward Network File failed due to ..
    {  errors encountered on writing the Store/Forward Network File.}

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