Enum viceroy_lib::error::HandleError [−][src]
pub enum HandleError {
InvalidRequestHandle(RequestHandle),
InvalidResponseHandle(ResponseHandle),
InvalidBodyHandle(BodyHandle),
InvalidEndpointHandle(EndpointHandle),
InvalidPendingRequestHandle(PendingRequestHandle),
InvalidDictionaryHandle(DictionaryHandle),
}Expand description
Errors thrown due to an invalid resource handle of some kind.
Variants
A request handle was not valid.
A response handle was not valid.
A body handle was not valid.
A logging endpoint handle was not valid.
A request handle was not valid.
A dictionary handle was not valid.
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for HandleError
impl Send for HandleError
impl Sync for HandleError
impl Unpin for HandleError
impl UnwindSafe for HandleError
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn get_fd_flags(&self) -> Result<FdFlags, Error> where
T: AsFilelike,
pub fn get_fd_flags(&self) -> Result<FdFlags, Error> where
T: AsFilelike,
Query the “status” flags for the self file descriptor.
pub fn new_set_fd_flags(
&self,
fd_flags: FdFlags
) -> Result<SetFdFlags<T>, Error> where
T: AsFilelike,
pub fn new_set_fd_flags(
&self,
fd_flags: FdFlags
) -> Result<SetFdFlags<T>, Error> where
T: AsFilelike,
Create a new SetFdFlags value for use with set_fd_flags. Read more
pub fn set_fd_flags(&mut self, set_fd_flags: SetFdFlags<T>) -> Result<(), Error> where
T: AsFilelike,
pub fn set_fd_flags(&mut self, set_fd_flags: SetFdFlags<T>) -> Result<(), Error> where
T: AsFilelike,
Set the “status” flags for the self file descriptor. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more