Searched defs:SystemRootsError (Results 1 – 1 of 1) sorted by relevance
157 type SystemRootsError struct { struct158 Err error161 func (se SystemRootsError) Error() string {169 func (se SystemRootsError) Unwrap() error { return se.Err }