*copyc avc$min_ecc
?? NEWTITLE := '  Template File Manager Error Conditions', EJECT ??
?? FMT (FORMAT := OFF) ??

  CONST
    avc$min_ecc_template_file_mgr = avc$min_ecc + 0,

    ave$account_must_be_specified = avc$min_ecc_template_file_mgr + 1,
    {E An account name must be specified when a project name is specified.}

    ave$conflicting_lock = avc$min_ecc_template_file_mgr + 3,
    {E +P was called when the file was locked for read access.}

    ave$corrupted_index_record = avc$min_ecc_template_file_mgr + 5,
    {E An internal error was detected in the index records for the template..
    { file.}

    ave$corrupted_sequence = avc$min_ecc_template_file_mgr + 7,
    {E An internal error prevented +P from retrieving the value of the..
    { variable +P from the sequence +P.}

    ave$date_not_allowed = avc$min_ecc_template_file_mgr + 9,
    {E Only a time may be specified.}

    ave$date_required = avc$min_ecc_template_file_mgr + 11,
    {E A date must be specified.}

    ave$date_time_range_not_allowed = avc$min_ecc_template_file_mgr + 13,
    {E A date time range is not allowed.}

    ave$date_time_range_required = avc$min_ecc_template_file_mgr + 15,
    {E A date time range is required.}

    ave$desc_record_already_exists = avc$min_ecc_template_file_mgr + 17,
    {E A description record with the name +P already exists.}

    ave$desc_record_directory_full = avc$min_ecc_template_file_mgr + 19,
    {E The description record directory is full.}

    ave$end_of_template_file = avc$min_ecc_template_file_mgr + 21,
    {E The end of the file was encountered.}

    ave$field_already_exists = avc$min_ecc_template_file_mgr + 23,
    {E A field with the name +P already exists in description record +P.}

    ave$field_directory_full = avc$min_ecc_template_file_mgr + 25,
    {E The field directory is full for description record +P.}

    ave$field_was_deleted = avc$min_ecc_template_file_mgr + 27,
    {E A field with the name +P was deleted at +P.}

    ave$incorrect_depth = avc$min_ecc_template_file_mgr + 29,
    {E The value specified for the DEPTH parameter (+P) is greater..
    {  than the index depth of the file (+P).}

    ave$incorrect_exp_interval = avc$min_ecc_template_file_mgr + 31,
    {E The password expiration interval must be less than or equal to the..
    { maximum expiration interval.}

    ave$incorrect_expiration_date = avc$min_ecc_template_file_mgr + 33,
    {E The password expiration date is beyond the maximum expiration interval.}

    ave$incorrect_file_reference = avc$min_ecc_template_file_mgr + 35,
    {E "+P" is not a correct file reference.}

    ave$incorrect_job_limits = avc$min_ecc_template_file_mgr + 37,
    {E The job warning limit must be less than or equal to the job maximum..
    { limit.}

    ave$incorrect_ring_privileges = avc$min_ecc_template_file_mgr + 39,
    {E The minimum ring must be less than or equal to the nominal ring.}

    ave$kind_not_implemented = avc$min_ecc_template_file_mgr + 41,
    {E +P fields have not been implemented yet.}

    ave$kinds_do_not_match = avc$min_ecc_template_file_mgr + 43,
    {E The +P kind does not match the +P kind.}

    ave$name_list_too_small = avc$min_ecc_template_file_mgr + 45,
    {E The +P parameter passed on the call to +P is too small.}

    ave$no_work_area = avc$min_ecc_template_file_mgr + 47,
    {E The WORK_AREA parameter passed on the call to +P is NIL.}

    ave$not_a_deleted_field = avc$min_ecc_template_file_mgr + 49,
    {E +P cannot be restored because it is not a deleted field.}

    ave$not_a_template_file = avc$min_ecc_template_file_mgr + 51,
    {E +F is not a template file.}

    ave$not_validated_for_default = avc$min_ecc_template_file_mgr + 53,
    {E The default +P job class must appear in the list of valid job classes.}

    ave$out_of_range = avc$min_ecc_template_file_mgr + 55,
    {E +P is not in the range +P to +P.}

    ave$record_already_exists = avc$min_ecc_template_file_mgr + 57,
    {E A record with the key +P already exists.}

    ave$record_too_large = avc$min_ecc_template_file_mgr + 59,
    {E An attempt was made to construct a record that is too large.}

    ave$string_too_long = avc$min_ecc_template_file_mgr + 61,
    {E The string length must be less than or equal to +P.}

    ave$string_too_short = avc$min_ecc_template_file_mgr + 63,
    {E The string length must be greater than or equal to +P.}

    ave$template_file_full = avc$min_ecc_template_file_mgr + 65,
    {E The template file is full.}

    ave$time_not_allowed = avc$min_ecc_template_file_mgr + 67,
    {E Only a date may be specified.}

    ave$time_required = avc$min_ecc_template_file_mgr + 69,
    {E A time must be specified.}

    ave$too_few_names = avc$min_ecc_template_file_mgr + 71,
    {E At least +P names must be specified.}

    ave$too_many_names = avc$min_ecc_template_file_mgr + 73,
    {E Only +P names may be specified.}

    ave$unexpected_nil_pointer = avc$min_ecc_template_file_mgr + 75,
    {E The +P pointer in the value for field +P is NIL.}

    ave$unknown_description_record = avc$min_ecc_template_file_mgr + 77,
    {E A description record with the name +P could not be found.}

    ave$unknown_field = avc$min_ecc_template_file_mgr + 79,
    {E A field with the name +P could not be found.}

    ave$unknown_field_kind = avc$min_ecc_template_file_mgr + 81,
    {E An unknown field kind was detected by procedure +P.}

    ave$unknown_record = avc$min_ecc_template_file_mgr + 83,
    {E A record with the key +P could not be found.}

    ave$update_lock_required = avc$min_ecc_template_file_mgr + 85,
    {E The file must be locked for update access before calling +P.}

    ave$utility_info_too_small = avc$min_ecc_template_file_mgr + 87,
    {E The utility information sequence passed on the call to +P is too small.}

    ave$value_is_not_a_name = avc$min_ecc_template_file_mgr + 89,
    {E +P is not a name.}

    ave$work_area_full = avc$min_ecc_template_file_mgr + 91,
    {E The work area provided on the call to +P is full.}

    avc$max_ecc_template_file_mgr = avc$min_ecc+99;
?? FMT (FORMAT := ON) ??
?? OLDTITLE ??

