Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modfetch/codehost/
Dcodehost.go278 type RunError struct { struct
279 Cmd string
280 Err error
281 Stderr []byte
282 HelpText string
285 func (e *RunError) Error() string {
/aosp_15_r20/external/pigweed/pw_emu/py/pw_emu/
H A Dcore.py141 class RunError(Error): class