Skip to content

Posix platform

File SolidSyslogPosixResolverErrors.h

FileList > Interface > SolidSyslogPosixResolverErrors.h

Error codes and Source identity for the PosixResolver adapter.

  • #include "SolidSyslogExternC.h"

Public Types Documentation

SolidSyslogPosixResolverErrors

Detail codes for events whose Source is PosixResolverErrorSource.

enum SolidSyslogPosixResolverErrors {
    SOLIDSYSLOG_POSIX_RESOLVER_ERROR_POOL_EXHAUSTED,
    SOLIDSYSLOG_POSIX_RESOLVER_ERROR_UNKNOWN_DESTROY,
    SOLIDSYSLOG_POSIX_RESOLVER_ERROR_MAX
};

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


Public Attributes Documentation

PosixResolverErrorSource

Identity for events raised by a PosixResolver.

const struct SolidSyslogErrorSource PosixResolverErrorSource;

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



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