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

Interface Error

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

Error is the interface satisfied by all of the errors that originate from this package.

Source from the content-addressed store, hash-verified

31// by all of the errors that originate
32// from this package.
33type Error interface {
34 error
35
36 // Resumable returns whether
37 // or not the error means that
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
44// context about their origin.

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

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…