Enum collectd_plugin::ArrayError[][src]

pub enum ArrayError {
    NullPresent(usizeString),
    TooLong(usize),
}

Errors that occur when converting Rust's text data to a format collectd expects

Variants

Rust allows strings to contain a null character, but collectd does not.

Is returned when a user tries to submit a field that contains text that is too long for collectd

Trait Implementations

impl Debug for ArrayError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ArrayError

impl Sync for ArrayError