?? NEWTITLE := 'dpe$error_codes ------ ''DP'' 5001 .. 9999', EJECT ??
*copyc dpc$condition_limits
?? FMT (FORMAT := OFF) ??

  CONST

    dpe$window_not_found             = dpc$min_ecc + 1,
        {E Illegal window identifier}

    dpe$line_truncated               = dpc$min_ecc + 2,
        {E Line exceeds 80 characters, line truncated.}

    dpe$invalid_console_monitor_req  = dpc$min_ecc + 3,
        {E Invalid monitor request issued to system console monitor.}

    dpe$no_change_from_interactive   = dpc$min_ecc + 4,
        {E Cannot change the window kind from interactive.}

    dpe$window_not_table             = dpc$min_ecc + 5;
        {E Can only get starting line for windows that are tables.}

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