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 SyslogErrCodeimpl Send for SyslogErrCodeimpl Sync for SyslogErrCodeimpl Unpin for SyslogErrCodeimpl UnwindSafe for SyslogErrCodeBlanket Implementations
Mutably borrows from an owned value. Read more