{
{ DECK: DFC$SDP_LOGGING_ERROR_CODES
{ Error condition codes reported by DFP$LOG_SIDE_DOOR_PORT_STATUS.
{
{ The following set of errors indicate software errors that are attributed to
{ configuration and resource problems.
{

  CONST
    dfc$sdp_no_initialization_error = 20,

{ No errors occurred during side door port logging initialization.

    dfc$sdp_channel_incorrect_state = 21,

{ No defined STORNET/ESM side door port channel is found having a channel
{ status state of 'CMC$ON'.  Channel status state is either 'CMC$DOWN'
{ or 'CMC$OFF'.

    dfc$sdp_channel_unavailable = 22,

{ Side door port logging could not RESERVE the defined STORNET/ESM side
{ door port channel from NOS/VE.

    dfc$sdp_pp_unavailable = 23,

{ Side door port logging could not RESERVE a PPU resource having access
{ to the defined STORNET/ESM side door port channel.

    dfc$sdp_no_sdpd_response = 24,

{ Side door port logging did not receive a response from the SDPD driver
{ within the required 4 second interval and a timeout occurred.

    dfc$max_sdp_logging_error_code = 25;

