logo
pub fn get_error_message<T: AsRef<ExecutionResult>, I: IntoIterator<Item = T>>(
    execution_result: I
) -> String
Expand description

Returns a String concatenated from all of the error messages from the ExecutionResult.