#[unsafe(no_mangle)]pub unsafe extern "C" fn asdf_parser_get_error(
parser: *const AsdfParser,
) -> *const c_charExpand 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.