Enum glycos::graph::cryptograph::CryptoGraphError [−][src]
pub enum CryptoGraphError {
DeserializationError(Error),
CryptographicError(Unspecified),
}Expand description
There are two error events in this module.
There is the case that a vertex or edge cannot be deserialized, and there are all cryptographic errors.
The cryptographic errors are kept general for security purposes: this way an attacker cannot get feedback if he would get his hands on the error messages.
Variants
DeserializationError(Error)
Tuple Fields
0: ErrorCryptographicError(Unspecified)
Tuple Fields
0: UnspecifiedTrait Implementations
Performs the conversion.
