MCPcopy Index your code
hub / github.com/vmihailenco/msgpack / Error

Method Error

msgpack.go:50–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48}
49
50func (err unexpectedCodeError) Error() string {
51 return fmt.Sprintf("msgpack: unexpected code=%x decoding %s", err.code, err.hint)
52}

Callers 10

TestDecoderFunction · 0.80
requireErrMethod · 0.80
TestBinFunction · 0.80
TestUint64Function · 0.80
TestInt64Function · 0.80
TestFloat32Function · 0.80
TestFloat64Function · 0.80
TestUnknownExtFunction · 0.80
ExampleUnregisterExtFunction · 0.80
encodeErrorValueFunction · 0.80

Calls

no outgoing calls

Tested by 9

TestDecoderFunction · 0.64
requireErrMethod · 0.64
TestBinFunction · 0.64
TestUint64Function · 0.64
TestInt64Function · 0.64
TestFloat32Function · 0.64
TestFloat64Function · 0.64
TestUnknownExtFunction · 0.64
ExampleUnregisterExtFunction · 0.64