Searched defs:VerboseError (Results 1 – 2 of 2) sorted by relevance
77 type VerboseError struct { struct78 Title string79 Output []byte82 func (err *VerboseError) Error() string {
54 *osutil.VerboseError anonMember