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

Method Resumable

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

Resumable returns whether or not the error means that the stream of data is malformed and the information is unrecoverable.

()

Source from the content-addressed store, hash-verified

38 // the stream of data is malformed
39 // and the information is unrecoverable.
40 Resumable() bool
41}
42
43// contextError allows msgp Error instances to be enhanced with additional

Implementers 13

ExtensionTypeErrormsgp/extension.go
errWrappedmsgp/errors.go
errShortmsgp/errors.go
errFatalmsgp/errors.go
errRecursionmsgp/errors.go
errLimitExceededmsgp/errors.go
ArrayErrormsgp/errors.go
IntOverflowmsgp/errors.go
UintOverflowmsgp/errors.go
InvalidTimestampmsgp/errors.go
UintBelowZeromsgp/errors.go
TypeErrormsgp/errors.go

Calls

no outgoing calls