
  CONST
    uoc$base_condition = (($INTEGER ('u') * 100(16)) + $INTEGER ('o')) * 1000000(16),
    uoc$base_ecc = uoc$base_condition + 15600,

    uoe$service_data_too_large = uoc$base_ecc + 2,
    {E The size of the service data may not exceed 63 bytes.}

    uoe$server_not_active = uoc$base_ecc + 7,
    {E The server device +P1 is not active.}

    uoe$server_busy = uoc$base_ecc + 12,
    {E The server device +P1 is busy.}

    uoe$server_busy_or_not_active = uoc$base_ecc + 17,
    {E The server device +P1 is either busy or not active.}

    uoe$unable_to_change_nf_var = uoc$base_ecc + 22,
    {E Unable to store network file name in variable +P.}

    uoe$invalid_conn_wait_time  = uoc$base_ecc + 27,
    {E Connection wait time must be greater than zero.}

    uoe$max_ecc = uoc$base_ecc + 39;
