pub type xmlError = _xmlError;Expand description
Structured error
Aliased Type§
#[repr(C)]pub struct xmlError {}Fields§
§domain: i32An xmlErrorDomain value.
code: i32The error code, e.g. an xmlParserErrors.
message: *mut i8Human-readable error message.
level: u32Error level.
file: *mut i8Filename if available
line: i32Line number if available
str1: *mut i8Extra string information.
str2: *mut i8Extra string information.
str3: *mut i8Extra string information.
int1: i32Extra number information.
int2: i32Column number if available.
ctxt: *mut c_voidParser context if available
node: *mut c_voidNode if available