[−][src]Enum casper_node::SmallNetworkError
Error type returned by the SmallNetwork
component.
Variants
Server failed to present certificate.
Client failed to present certificate.
Peer ID presented does not match the expected one.
The config must have both or neither of certificate and secret key, and must have at least one known address.
OwnCertificateInvalid(ValidationError)
Our own certificate is not valid.
ListenerCreation(Error, SocketAddr)
Failed to create a TCP listener.
ListenerAddr(Error)
Failed to get TCP listener address.
ListenerConversion(Error)
Failed to convert std TCP listener to tokio TCP listener.
ResolveAddr(Error)
Could not resolve root node address.
MessageNotSent(Error)
Failed to send message.
AcceptorCreation(ErrorStack)
Failed to create TLS acceptor.
ConnectorConfiguration(ErrorStack)
Failed to create configuration for TLS connector.
CertificateGeneration(ErrorStack)
Failed to generate node TLS certificate.
Handshake(HandshakeError<TcpStream>)
Handshaking error.
TlsValidation(ValidationError)
TLS validation error.
SystemTime(SystemTimeError)
System time error.
SystemD(Error)
Systemd notification error
Anyhow(Error)
Other error.
Server has stopped.
Trait Implementations
impl Debug for Error
[src]
impl Display for Error
[src]
impl Error for Error
[src]
pub fn source(&self) -> Option<&(dyn Error + 'static)>
[src]
pub fn backtrace(&self) -> Option<&Backtrace>
[src]
pub fn description(&self) -> &str
1.0.0[src]
pub fn cause(&self) -> Option<&dyn Error>
1.0.0[src]
impl From<Error> for Error
[src]
impl From<Error> for Error
[src]
impl From<HandshakeError<TcpStream>> for Error
[src]
pub fn from(source: HandshakeError<TcpStream>) -> Self
[src]
impl From<SystemTimeError> for Error
[src]
pub fn from(source: SystemTimeError) -> Self
[src]
impl From<ValidationError> for Error
[src]
pub fn from(source: ValidationError) -> Self
[src]
impl Serialize for Error
[src]
Auto Trait Implementations
impl !RefUnwindSafe for Error
[src]
impl Send for Error
[src]
impl Sync for Error
[src]
impl Unpin for Error
[src]
impl !UnwindSafe for Error
[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T> Instrument for T
[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> Instrument for T
[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T> Serialize for T where
T: Serialize + ?Sized,
[src]
T: Serialize + ?Sized,
pub fn erased_serialize(
&self,
serializer: &mut dyn Serializer
) -> Result<Ok, Error>
[src]
&self,
serializer: &mut dyn Serializer
) -> Result<Ok, Error>
impl<T> ToString for T where
T: Display + ?Sized,
[src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,
pub fn vzip(self) -> V
impl<T> WithSubscriber for T
[src]
pub fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
[src]
S: Into<Dispatch>,