Skip to content

Windows platform

File SolidSyslogWindowsFileErrors.h

FileList > Interface > SolidSyslogWindowsFileErrors.h

Error codes and Source identity for the WindowsFile adapter.

  • #include "SolidSyslogExternC.h"

Public Types Documentation

SolidSyslogWindowsFileErrors

Detail codes for events whose Source is WindowsFileErrorSource.

enum SolidSyslogWindowsFileErrors {
    SOLIDSYSLOG_WINDOWS_FILE_ERROR_POOL_EXHAUSTED,
    SOLIDSYSLOG_WINDOWS_FILE_ERROR_UNKNOWN_DESTROY,
    SOLIDSYSLOG_WINDOWS_FILE_ERROR_MAX
};

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


Public Attributes Documentation

WindowsFileErrorSource

Identity for events raised by a WindowsFile.

const struct SolidSyslogErrorSource WindowsFileErrorSource;

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



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