Searched defs:DecodingError (Results 1 – 2 of 2) sorted by relevance
18 type DecodingError struct { struct19 Err error22 func (de DecodingError) Error() string {
996 TEST_F(NetEqImplTest, DecodingError) { in TEST_F() argument