{
{ DECK: DFC$SDP_DRIVER_ERROR_CODES
{ Error condition codes reported by SDPD PP driver.
{
{ The following set of errors indicate hardware errors and are logged
{ to the System Engineering Log.
{

  CONST
    dfc$sdpd_normal_completion = 1,

{ STORNET/ESM side door port error logging has occurred and SDPD PP
{ driver completion status is normal.

    dfc$sdpd_channel_active_error = 2,

{ The SDPD PP driver found the data channel ACTIVE when it was expected
{ to be INACTIVE.

    dfc$sdpd_no_inactive_to_func = 3,

{ The data channel did not go INACTIVE after a function was issued from
{ the SDPD PP driver to the STORNET/ESM side door port.

    dfc$sdpd_lost_data_on_input = 4,

{ A data transfer from the STORNET/ESM side door port to the SDPD PP
{ driver terminated early.

    dfc$sdpd_channel_parity_error = 5,

{ The SDPD PP driver detected a data channel parity error.

    dfc$sdpd_channel_not_empty = 6,

{ The data channel stayed FULL after a data transfer from the SDPD PP
{ driver to the STORNET/ESM side door port.

    dfc$sdpd_channel_lockword_error = 7;

{ The PP number in the Channel Lockword for the STORNET/ESM side door
{ port channel in the Channel Interlock Table is incorrect.
