*copyc OSC$BASE_EXCEPTION
?? NEWTITLE := 'OSDMERR : Message Generator : ''OS'' 100 .. 109', EJECT ??

  CONST
    ose$bad_message_level = osc$base_exception + 100,
    {E Unrecognizable message level.}

    ose$bad_natural_language = osc$base_exception + 101,
    {E Incorrect name for natural language: +P.}

    ose$bad_interaction_style = osc$base_exception + 102,
    {E Unrecognizable interaction style.}

    ose$bad_day_of_week       = osc$base_exception + 103,
    {E Incorrect day of week specified.}

    ose$improper_inter_item_value   = osc$base_exception + 104,
    {E Interaction information had improper value(s) in array element(s): +P. }

    ose$unknown_interaction_item    = osc$base_exception + 105;
    {E Interaction information had unknown key(s) in array element(s): +P.}

?? OLDTITLE ??
