pub fn unwrap_errors<Error>(result: Result<(), NonEmpty<Error>>) -> Vec<Error>
Unwrap Result with validation errors into a list of errors.
Result