File SolidSyslogPlusTcpAddressErrors.h¶
FileList > Interface > SolidSyslogPlusTcpAddressErrors.h
Go to the source code of this file
Error codes and Source identity for the PlusTcpAddress adapter.
#include "ExternC.h"
Public Types¶
| Type | Name |
|---|---|
| enum | SolidSyslogPlusTcpAddressErrors Detail codes for events whose Source is PlusTcpAddressErrorSource. |
Public Attributes¶
| Type | Name |
|---|---|
| const struct SolidSyslogErrorSource | PlusTcpAddressErrorSource Identity for events raised by a PlusTcpAddress. |
Public Types Documentation¶
enum SolidSyslogPlusTcpAddressErrors¶
Detail codes for events whose Source is PlusTcpAddressErrorSource.
enum SolidSyslogPlusTcpAddressErrors {
PLUSTCPADDRESS_ERROR_POOL_EXHAUSTED,
PLUSTCPADDRESS_ERROR_UNKNOWN_DESTROY,
PLUSTCPADDRESS_ERROR_MAX
};
A handler reads these off event->Detail after matching event->Source; the members name their own fault.
Public Attributes Documentation¶
variable PlusTcpAddressErrorSource¶
Identity for events raised by a PlusTcpAddress.
A handler matches by address (event->Source == &PlusTcpAddressErrorSource), then reads event->Detail as an enum SolidSyslogPlusTcpAddressErrors.
The documentation for this class was generated from the following file Platform/PlusTcp/Interface/SolidSyslogPlusTcpAddressErrors.h