Searched refs:BadType (Results 1 – 1 of 1) sorted by relevance
359 return Err(ZbiError::BadType); in parse()982 _ => Err(ZbiError::BadType), in try_from()1137 BadType, enumerator1166 ZbiError::BadType => "Bad type", in fmt()1475 assert_eq!(ZbiContainer::parse(&buffer.0[..]), Err(ZbiError::BadType)) in zbi_test_container_parse_bad_type()2305 assert_eq!(ZbiType::try_from(0), Err(ZbiError::BadType)); in zbi_test_bad_type()