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

TypeAlias InvalidPrefixError

msgp/errors.go:312–312  ·  view source on GitHub ↗

InvalidPrefixError is returned when a bad encoding uses a prefix that is not recognized in the MessagePack standard. This kind of error is unrecoverable.

Source from the content-addressed store, hash-verified

310// uses a prefix that is not recognized in the MessagePack standard.
311// This kind of error is unrecoverable.
312type InvalidPrefixError byte
313
314// Error implements the error interface
315func (i InvalidPrefixError) Error() string {

Callers 6

writeNextFunction · 0.85
NextTypeMethod · 0.85
getNextSizeFunction · 0.85
badPrefixFunction · 0.85
readIntfBytesDepthFunction · 0.85
getSizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected