MCPcopy
hub / github.com/osrg/gobgp / Error

Method Error

pkg/packet/bgp/bgp.go:16840–16842  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16838}
16839
16840func (e *MessageError) Error() string {
16841 return e.Message
16842}
16843
16844func (e *MessageError) Stronger(err error) bool {
16845 if err == nil {

Callers 15

ReceiveSingleMsgFunction · 0.80
NewClientFunction · 0.80
Test_IPRouteBody_IPv4Function · 0.80
Test_IPRouteBody_IPv6Function · 0.80
loopMethod · 0.80
NewBgpServerFunction · 0.80
StopMethod · 0.80
passConnToPeerMethod · 0.80
stopNeighborMethod · 0.80

Calls

no outgoing calls