Struct udt::UdtError [] [src]

pub struct UdtError {
    pub err_code: i32,
    pub err_msg: String,
}

A UDT Error

Fields

err_code: i32

The numeric error code may be one of the constants in the libudt4-sys crate

err_msg: String

A textual description of the error

Trait Implementations

impl Debug for UdtError
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.