parse_yocto_error

Function parse_yocto_error 

Source
pub fn parse_yocto_error(log: &str) -> Result<YoctoError>
Expand description

Parse a log from a Yocto build and return a YoctoError containing error summary, error kind, and logfile contents if it exists and is not too large.