
*copyc OSC$BASE_EXCEPTION

  {OSE$DEFAULT_PROCESS_EXCEPTIONS : default processing exceptions : 'OS' 500 .. 599 }

  CONST
    ose$invalid_os_default_selected = osc$base_exception + 500,
    {E Invalid system default selected.}

    ose$not_allowed_in_dual_state   = osc$base_exception + 501,
    {E The date and time cannot be changed from NOS/VE in a dual ..
    { state environment.}

    ose$time_zone_data_not_saved    = osc$base_exception + 502;
    {W Due to the relocation of DFT, the time zone data cannot be ..
    {  updated.  To change the time zone data, reenter it with the ..
    {  SET_TIME_ZONE command when asked to enter system core commands ..
    {  during the next deadstart.}
