Enum syslog_rs::error::SyslogErrCode [−][src]
pub enum SyslogErrCode { InternalError, SyslogThreadNotAvailable, UnboundedChannelError, }
Variants
A message which can be output to stderr
Only for syslog_sync_queue.rs and returned only when syslog thread is stopped and someone is trying to do some operation
Only for syslog_sync_queue.rs and returned only when syslog thread is failed to send back data
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SyslogErrCode
impl Send for SyslogErrCode
impl Sync for SyslogErrCode
impl Unpin for SyslogErrCode
impl UnwindSafe for SyslogErrCode
Blanket Implementations
Mutably borrows from an owned value. Read more