Home
last modified time | relevance | path

Searched defs:VCSError (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modfetch/codehost/
Dvcs.go37 type VCSError struct { struct
38 Err error
41 func (e *VCSError) Error() string { return e.Err.Error() }
43 func (e *VCSError) Unwrap() error { return e.Err }