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