MCPcopy
hub / github.com/tinylib/msgp / ExtensionTypeError

Struct ExtensionTypeError

msgp/extension.go:60–63  ·  view source on GitHub ↗

ExtensionTypeError is an error type returned when there is a mis-match between an extension type and the type encoded on the wire

Source from the content-addressed store, hash-verified

58// when there is a mis-match between an extension type
59// and the type encoded on the wire
60type ExtensionTypeError struct {
61 Got int8
62 Want int8
63}
64
65// Error implements the error interface
66func (e ExtensionTypeError) Error() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected