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

Struct ArrayError

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

ArrayError is an error returned when decoding a fix-sized array of the wrong size

Source from the content-addressed store, hash-verified

156// when decoding a fix-sized array
157// of the wrong size
158type ArrayError struct {
159 Wanted uint32
160 Got uint32
161 ctx string
162}
163
164// Error implements the error interface
165func (a ArrayError) Error() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected