Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 222 Bytes

AddrError.md

File metadata and controls

19 lines (10 loc) · 222 Bytes

类型 AddrError

Addr 错误结构 - 请参考 Error包

结构:

type AddrError struct {
    Err  string
    Addr string
}
  • func (*AddrError) Error

  • func (*AddrError) Temporary

  • func (*AddrError) Timeout