Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/fmt/
Derrors.go67 type wrapErrors struct { struct
68 msg string
69 errs []error
72 func (e *wrapErrors) Error() string {
76 func (e *wrapErrors) Unwrap() []error {