Resumable returns whether or not the error means that the stream of data is malformed and the information is unrecoverable.
()
| 38 | // the stream of data is malformed |
| 39 | // and the information is unrecoverable. |
| 40 | Resumable() bool |
| 41 | } |
| 42 | |
| 43 | // contextError allows msgp Error instances to be enhanced with additional |
no outgoing calls