Searched defs:commandError (Results 1 – 1 of 1) sorted by relevance
80 type commandError struct { struct81 argv []string82 stderr []byte83 err error86 func (e *commandError) Error() string {90 func (e *commandError) Unwrap() error {