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

Struct InvalidTimestamp

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

InvalidTimestamp is returned when an invalid timestamp is encountered

Source from the content-addressed store, hash-verified

223
224// InvalidTimestamp is returned when an invalid timestamp is encountered
225type InvalidTimestamp struct {
226 Nanos int64 // value of the nano, if invalid
227 FieldLength int // Unexpected field length.
228 ctx string
229}
230
231// Error implements the error interface
232func (u InvalidTimestamp) Error() (str string) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected