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

Struct errLimitExceeded

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

Source from the content-addressed store, hash-verified

148func (e errRecursion) Resumable() bool { return false }
149
150type errLimitExceeded struct{}
151
152func (e errLimitExceeded) Error() string { return "msgp: configured reader limit exceeded" }
153func (e errLimitExceeded) Resumable() bool { return false }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected