Enum parsec_client::error::ClientErrorKind [−][src]
Types of errors local to the client library
Variants
Interface(ResponseStatus)Errors generated by the Parsec interface library
Ipc(Error)Errors generated by interacting with the underlying IPC mechanism
The opcode of the response does not match the opcode of the request
The operation is not supported by the selected provider
Client is missing an implicit provider
Service is missing authenticator or none of the authenticators is supported by the client
Required parameter was not provided
The requested resource was not found.
The socket address provided is not valid
The socket URL is invalid
Trait Implementations
impl Debug for ClientErrorKind[src]
impl Display for ClientErrorKind[src]
impl From<ClientErrorKind> for Error[src]
fn from(client_error: ClientErrorKind) -> Self[src]
Auto Trait Implementations
impl !RefUnwindSafe for ClientErrorKind
impl Send for ClientErrorKind
impl Sync for ClientErrorKind
impl Unpin for ClientErrorKind
impl !UnwindSafe for ClientErrorKind
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, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
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>,