Searched defs:ErrTimeout (Results 1 – 2 of 2) sorted by relevance
47 type ErrTimeout struct { struct48 process string49 timeout time.Duration52 func (e ErrTimeout) Error() string {
74 var ErrTimeout = errors.New("timeout") var