*copyc dsc$condition_limits

?? FMT (FORMAT := OFF) ??

{ dft errors }

  CONST
     {90 - 119}
    dse$dft_request_failed = dsc$min_ecc + 91,
       {E DFT request was rejected}

    dse$dft_not_responding = dsc$min_ecc + 92,
       {E DFT is not responding}

    dse$dft_returned_unknown_status = dsc$min_ecc + 94,
       {E DFT returned unknown status, +P, to the operating system.}

    dse$dft_invalid_cda_read = dsc$min_ecc + 95,
       {E The CDA sector requested contains invalid data.}

    dse$dft_retry_request = dsc$min_ecc + 96,
       {E The dft request failed but may be retried.}

    dse$cda_too_large = dsc$min_ecc + 102,
       {E The CDA sector is too large for the buffer provided.}

    dse$no_cda_data = dsc$min_ecc + 103,
       {E The CDA sector does not contain any data.}

    dse$dft_dual_i4_not_supported = dsc$min_ecc + 104,
       {E DFT buffer structure at incorrect version for dual IOU support.}

    dse$dft_error_from_2ap = dsc$min_ecc + 105,
       {E +P1}

    dse$dft_not_allowed_on_cy2000 = dsc$min_ecc + 106,
       {E DFT request not allowed on a Cyber 2000 Mainframe.}

    dse$dft_only_allowed_on_cy2000 = dsc$min_ecc + 107,
       {E DFT request is only allowed on a Cyber 2000 Mainframe.}

    dse$dft_hw_element_not_found = dsc$min_ecc + 108,
       {E DFT request failed, hardware element not found.}

    dse$dft_hw_element_reserved = dsc$min_ecc + 109,
       {E DFT request failed, hardware element reserved.}

    dse$dft_hw_element_not_power_up = dsc$min_ecc + 110,
       {E DFT request failed, hardware element not powered up.}

    dse$dft_insuff_request_length = dsc$min_ecc + 111,
       {E DFT request failed, request length insufficient for response.}

    dse$dft_state_already_exists = dsc$min_ecc + 112,
       {W MRT state of hardware element already equals the requested state.}

    dse$dft_state_not_changed = dsc$min_ecc + 113,
       {E The element state change of +P1 to +P2 is not allowed.}

    dse$dft_state_part_changed = dsc$min_ecc + 114,
       {W Element state change made, however final state, +P1, is not exactly the requested state of +P2 .}

    dse$dft_undefined_mrt_state = dsc$min_ecc + 115,
       {E Service Processor found an undefined element state in the MRT.}

    dse$dft_undefined_req_state = dsc$min_ecc + 116,
       {E NOS/VE issued an undefined element state for the requested element state change.}

    dse$dft_sp_error = dsc$min_ecc + 117,
       {E The DFT request failed with the following error status from the service processor: +P1 .}

    dse$dft_reissue_request = dsc$min_ecc + 118;
       {E Reissue the current DFT request, the original request was not able to be processed.}

?? FMT (FORMAT := ON) ??
