InvalidPrefixError is returned when a bad encoding uses a prefix that is not recognized in the MessagePack standard. This kind of error is unrecoverable.
| 310 | // uses a prefix that is not recognized in the MessagePack standard. |
| 311 | // This kind of error is unrecoverable. |
| 312 | type InvalidPrefixError byte |
| 313 | |
| 314 | // Error implements the error interface |
| 315 | func (i InvalidPrefixError) Error() string { |
no outgoing calls
no test coverage detected