pub enum DeltaSharingErrorKind {
ProfileError,
ParseSecurableError,
ParseResponseError,
ClientError,
ServerError,
RequestError,
Other,
}Expand description
Kind of Delta Sharing error
Variants§
ProfileError
Error related to Delta Sharing profile
ParseSecurableError
Error related to parsing shared object names
ParseResponseError
Error related to parsing the response from the server
ClientError
Error related to the the Delta Sharing Client
ServerError
Error related to the Delta Sharing Server
RequestError
Error related to the request
Other
Other error
Trait Implementations§
Source§impl Clone for DeltaSharingErrorKind
impl Clone for DeltaSharingErrorKind
Source§fn clone(&self) -> DeltaSharingErrorKind
fn clone(&self) -> DeltaSharingErrorKind
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 DeltaSharingErrorKind
impl Debug for DeltaSharingErrorKind
Source§impl Display for DeltaSharingErrorKind
impl Display for DeltaSharingErrorKind
Source§impl Hash for DeltaSharingErrorKind
impl Hash for DeltaSharingErrorKind
Source§impl PartialEq for DeltaSharingErrorKind
impl PartialEq for DeltaSharingErrorKind
impl Copy for DeltaSharingErrorKind
impl Eq for DeltaSharingErrorKind
impl StructuralPartialEq for DeltaSharingErrorKind
Auto Trait Implementations§
impl Freeze for DeltaSharingErrorKind
impl RefUnwindSafe for DeltaSharingErrorKind
impl Send for DeltaSharingErrorKind
impl Sync for DeltaSharingErrorKind
impl Unpin for DeltaSharingErrorKind
impl UnwindSafe for DeltaSharingErrorKind
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.