Searched defs:VCSError (Results 1 – 1 of 1) sorted by relevance
37 type VCSError struct { struct38 Err error41 func (e *VCSError) Error() string { return e.Err.Error() }43 func (e *VCSError) Unwrap() error { return e.Err }