*copyc occ$condition_limits
?? NEWTITLE := 'Metapatch Generator : ''OC'' 1000 .. 1199', EJECT
??
?? FMT (FORMAT := OFF) ??

  CONST
    occ$status_id = 'OC',
    occ$mg_base_exception = occ$min_ecc + 1000,

    oce$invalid_module_kind = occ$mg_base_exception + 10,
{F Module kind +P invalid.}

    oce$no_section_definition = occ$mg_base_exception + 20,
{F No section_definition for section number +P.}

    oce$offset_mismatch = occ$mg_base_exception + 30,
{F Offset mismatch in predictor.}

    oce$invalid_section_length = occ$mg_base_exception + 40,
{F Section lengths in predictor do not match.}

    oce$no_code_section = occ$mg_base_exception + 50,
{F No code section found for module +P.}

    oce$no_section_maps = occ$mg_base_exception + 60,
{E +P object library generated without section_maps.}

    oce$invalid_container = occ$mg_base_exception + 70,
{F Relocation record container is invalid.}

    oce$invalid_relocation_address = occ$mg_base_exception + 80,
{F Relocation record address field is invalid.}

    oce$unexpected_record_kind = occ$mg_base_exception + 90,
{F Record type +P is unknown.}

    oce$binding_adr_not_found = occ$mg_base_exception + 100,
{F Address formulation record not found for binding section.}

    oce$section_map_invalid_pointer = occ$mg_base_exception + 110,
{F Section map pointer points to middle of +P record.}

    oce$text_record_expected = occ$mg_base_exception + 120,
{F A text, replication, or bit_string_insertion record was expected.}

    oce$id_record_expected = occ$mg_base_exception + 130,
{F Identification record was expected.}

    oce$breaklist_not_sorted = occ$mg_base_exception + 140,
{F Breaklist is not sorted.}

    oce$files_dont_differ = occ$mg_base_exception + 150,
{E Files are identical, correction not generated.}

    oce$bad_metapatch_generated = occ$mg_base_exception + 160,
{F Correction generated produces invalid object library.}

    oce$invalid_library_version = occ$mg_base_exception + 170,
{F Incompatible object library version on file +P.}

    oce$error_in_correction_gen = occ$mg_base_exception + 180,
{F Unexpected error occurred while +P during correction generation.}

    occ$max_mg_exception = occ$mg_base_exception + 199;
?? FMT (FORMAT := ON) ??
?? OLDTITLE ??

