Struct udt::UdtError [] [src]

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

A UDT Error

Fields

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

A textual description of the error

Trait Implementations

impl Debug for UdtError
[src]

Formats the value using the given formatter.