all Dbus methods covered.
Now to add some niceties and add tests.
This commit is contained in:
@@ -35,6 +35,7 @@ func NewErrors(errs ...error) (err error) {
|
||||
return
|
||||
}
|
||||
|
||||
// Error returns a string representation of a MultiError (to conform with the error interface).
|
||||
func (e *MultiError) Error() (errStr string) {
|
||||
|
||||
var numErrs int
|
||||
|
||||
Reference in New Issue
Block a user