MCPcopy Create free account
hub / github.com/segmentio/encoding / Error

Method Error

proto/error.go:16–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14}
15
16func (e *UnmarshalFieldError) Error() string {
17 return fmt.Sprintf("field number %d with wire type %d: %v", e.FieldNumer, e.WireType, e.Err)
18}
19
20func (e *UnmarshalFieldError) Unwrap() error { return e.Err }
21

Callers 7

TestTypeOfFunction · 0.45
TestTypesAreEqualFunction · 0.45
TestTypesAreNotEqualFunction · 0.45
TestUnmarshalFixtureFunction · 0.45
BenchmarkScanFunction · 0.45
TestParseRewriteTemplateFunction · 0.45
TestParseRewriteRulesFunction · 0.45

Calls

no outgoing calls

Tested by 7

TestTypeOfFunction · 0.36
TestTypesAreEqualFunction · 0.36
TestTypesAreNotEqualFunction · 0.36
TestUnmarshalFixtureFunction · 0.36
BenchmarkScanFunction · 0.36
TestParseRewriteTemplateFunction · 0.36
TestParseRewriteRulesFunction · 0.36