Searched refs:UnsupportedNetworkType (Results 1 – 3 of 3) sorted by relevance
27 UnsupportedNetworkType, enumerator59 8 => Reason::UnsupportedNetworkType, in from()92 Reason::UnsupportedNetworkType => "NetWork type not meet the task config", in to_str()128 assert_eq!(Reason::UnsupportedNetworkType.repr, 8); in ut_enum_reason()
130 Err(Reason::UnsupportedNetworkType) in satisfy_network()138 Err(Reason::UnsupportedNetworkType) in satisfy_network()
33 const UNSUPPORTED_NETWORK_TYPE: u8 = Reason::UnsupportedNetworkType.repr;