MCPcopy Create free account
hub / github.com/CrowdStrike/csproto / Error

Method Error

decoder.go:1105–1107  ·  view source on GitHub ↗

Error satisfies the error interface

()

Source from the content-addressed store, hash-verified

1103
1104// Error satisfies the error interface
1105func (e *DecoderSkipError) Error() string {
1106 return fmt.Sprintf("unexpected tag/wire type (%d, %s), expected (%d, %s)", e.ActualTag, e.ActualWireType, e.ExpectedTag, e.ExpectedWireType)
1107}

Calls

no outgoing calls