MCPcopy
hub / github.com/google/gopacket / Error

Method Error

decode.go:129–129  ·  view source on GitHub ↗

Error returns the error encountered during decoding.

()

Source from the content-addressed store, hash-verified

127
128// Error returns the error encountered during decoding.
129func (d *DecodeFailure) Error() error { return d.err }
130
131// LayerContents implements Layer.
132func (d *DecodeFailure) LayerContents() []byte { return d.data }

Callers 1

StringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected