Skip to content

File SolidSyslogPlusTcpResolverErrors.h

FileList > Interface > SolidSyslogPlusTcpResolverErrors.h

Go to the source code of this file

Error codes and Source identity for the PlusTcpResolver adapter.

  • #include "ExternC.h"

Public Types

Type Name
enum SolidSyslogPlusTcpResolverErrors
Detail codes for events whose Source is PlusTcpResolverErrorSource.

Public Attributes

Type Name
const struct SolidSyslogErrorSource PlusTcpResolverErrorSource
Identity for events raised by a PlusTcpResolver.

Public Types Documentation

enum SolidSyslogPlusTcpResolverErrors

Detail codes for events whose Source is PlusTcpResolverErrorSource.

enum SolidSyslogPlusTcpResolverErrors {
    PLUSTCPRESOLVER_ERROR_POOL_EXHAUSTED,
    PLUSTCPRESOLVER_ERROR_UNKNOWN_DESTROY,
    PLUSTCPRESOLVER_ERROR_MAX
};

A handler reads these off event->Detail after matching event->Source; the members name their own fault.


Public Attributes Documentation

variable PlusTcpResolverErrorSource

Identity for events raised by a PlusTcpResolver.

const struct SolidSyslogErrorSource PlusTcpResolverErrorSource;

A handler matches by address (event->Source == &PlusTcpResolverErrorSource), then reads event->Detail as an enum SolidSyslogPlusTcpResolverErrors.



The documentation for this class was generated from the following file Platform/PlusTcp/Interface/SolidSyslogPlusTcpResolverErrors.h