Enum ark_mpc::error::SetupError
source · pub enum SetupError {
ConnectError(ConnectError),
ConnectionError(ConnectionError),
KeygenError,
NoIncomingConnection,
ServerSetupError,
}Expand description
An error setting up the MPC fabric
Variants§
ConnectError(ConnectError)
An error connecting to the peer
ConnectionError(ConnectionError)
An error with the connection after initial setup
KeygenError
An error setting up the TLS certificate
NoIncomingConnection
An error emitted when there is no inbound connection attempt from the suggested peer
ServerSetupError
An error setting up the QUIC server on the local node
Trait Implementations§
source§impl Clone for SetupError
impl Clone for SetupError
source§fn clone(&self) -> SetupError
fn clone(&self) -> SetupError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for SetupError
impl Debug for SetupError
source§impl PartialEq for SetupError
impl PartialEq for SetupError
source§fn eq(&self, other: &SetupError) -> bool
fn eq(&self, other: &SetupError) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for SetupError
impl StructuralEq for SetupError
impl StructuralPartialEq for SetupError
Auto Trait Implementations§
impl RefUnwindSafe for SetupError
impl Send for SetupError
impl Sync for SetupError
impl Unpin for SetupError
impl UnwindSafe for SetupError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more