?? FMT (FORMAT := OFF) ??
?? NEWTITLE := 'pfe$get_object_info_errors : 4700 .. 4799' ??
*copyc pfc$min_ecc

  CONST
    pfc$get_object_info_error_base = pfc$min_ecc + 4700,

    pfe$bad_object_info_requests = pfc$get_object_info_error_base + 4,
    {E The object information requests provided are improper.}

    pfe$bad_validation_selection = pfc$get_object_info_error_base + 6,
    {E Validation selection +P is improper.}

    pfe$catalogs_have_no_password = pfc$get_object_info_error_base + 8,
    {E A password was specified, but catalogs do not have passwords.}

    pfe$neither_owner_nor_admin = pfc$get_object_info_error_base + 50,
    {E Only the owner or an administrator of the object may specify a subject}
    { permit.}

    pfe$temporary_files_have_no_pw = pfc$get_object_info_error_base + 74;
    {E A password was specified, but $local files do not have passwords.}

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