pub fn parse_program_error(log_line: &str) -> Option<ParsedError>
Try to parse an error from a Solana program log line.
Returns Some(ParsedError) if a recognized error pattern is found.
Some(ParsedError)