Error satisfies the error interface
()
| 1103 | |
| 1104 | // Error satisfies the error interface |
| 1105 | func (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 | } |
no outgoing calls