InvalidUsagePooledEncoderError is a type representing an error returned when decoding is called on a still pooled Encoder
| 78 | // InvalidUsagePooledEncoderError is a type representing an error returned |
| 79 | // when decoding is called on a still pooled Encoder |
| 80 | type InvalidUsagePooledEncoderError string |
| 81 | |
| 82 | func (err InvalidUsagePooledEncoderError) Error() string { |
| 83 | return string(err) |
no outgoing calls
no test coverage detected