Enum libp2p_pnet::KeyParseError [−][src]
pub enum KeyParseError { InvalidKeyFile, InvalidKeyType, InvalidKeyEncoding, InvalidKeyLength, InvalidKeyChar(ParseIntError), }
Error when parsing a PreSharedKey
Variants
file does not have the expected structure
unsupported key type
unsupported key encoding. Currently only base16 is supported
Key is of the wrong length
InvalidKeyChar(ParseIntError)
key string contains a char that is not consistent with the specified encoding
Trait Implementations
impl Clone for KeyParseError
[src]
impl Clone for KeyParseError
[src]fn clone(&self) -> KeyParseError
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Error for KeyParseError
[src]
impl Error for KeyParseError
[src]impl PartialEq<KeyParseError> for KeyParseError
[src]
impl PartialEq<KeyParseError> for KeyParseError
[src]