Searched defs:temporaryError (Results 1 – 2 of 2) sorted by relevance
1749 type temporaryError struct { struct1750 temporary bool1753 func (e *temporaryError) Error() string { return "temporary error" }1754 func (e *temporaryError) Temporary() bool { return e.temporary }1758 temporaryError anonMember
651 type temporaryError struct{ s string } struct653 func (e *temporaryError) Error() string { return e.s }654 func (e *temporaryError) Temporary() bool { return true }655 func (e *temporaryError) Timeout() bool { return false }