in pkg/mock/logger.go [38:40]
func (l *Logger) Error(err error, msg string, keysAndValues ...interface{}) { l.errors = append(l.errors, err) }