File SolidSyslogOpenSslHmacSha256PolicyErrors.h¶
FileList > Interface > SolidSyslogOpenSslHmacSha256PolicyErrors.h
Error codes and Source identity for the OpenSslHmacSha256Policy adapter.
#include "SolidSyslogExternC.h"
Public Types Documentation¶
SolidSyslogOpenSslHmacSha256PolicyErrors¶
Detail codes for events whose Source is OpenSslHmacSha256PolicyErrorSource.
enum SolidSyslogOpenSslHmacSha256PolicyErrors {
SOLIDSYSLOG_OPENSSL_HMAC_SHA256_POLICY_ERROR_POOL_EXHAUSTED,
SOLIDSYSLOG_OPENSSL_HMAC_SHA256_POLICY_ERROR_UNKNOWN_DESTROY,
SOLIDSYSLOG_OPENSSL_HMAC_SHA256_POLICY_ERROR_BAD_CONFIG,
SOLIDSYSLOG_OPENSSL_HMAC_SHA256_POLICY_ERROR_KEY_UNAVAILABLE,
SOLIDSYSLOG_OPENSSL_HMAC_SHA256_POLICY_ERROR_KEY_TOO_SHORT,
SOLIDSYSLOG_OPENSSL_HMAC_SHA256_POLICY_ERROR_HMAC_FAILED,
SOLIDSYSLOG_OPENSSL_HMAC_SHA256_POLICY_ERROR_MAX
};
A handler reads these off event->Detail after matching event->Source; the members name their own fault.
Public Attributes Documentation¶
OpenSslHmacSha256PolicyErrorSource¶
Identity for events raised by an OpenSslHmacSha256Policy.
A handler matches by address (event->Source == &OpenSslHmacSha256PolicyErrorSource), then reads event->Detail as an enum SolidSyslogOpenSslHmacSha256PolicyErrors.
The documentation for this class was generated from the following file Platform/OpenSsl/Interface/SolidSyslogOpenSslHmacSha256PolicyErrors.h