ErrorLayer is a packet layer created when decoding of the packet has failed. Its payload is all the bytes that we were unable to decode, and the returned error details why the decoding failed.
| 173 | // Its payload is all the bytes that we were unable to decode, and the returned |
| 174 | // error details why the decoding failed. |
| 175 | type ErrorLayer interface { |
| 176 | Layer |
| 177 | Error() error |
| 178 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…