Skip to main content

asdf_parser_get_error

Function asdf_parser_get_error 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn asdf_parser_get_error( parser: *const AsdfParser, ) -> *const c_char
Expand description

The recorded error message, or null.

ยงSafety

parser must be null or a valid handle. The string is owned by the parser and is invalidated by the next error it records.