Struct conjure_runtime::errors::RemoteError [−][src]
pub struct RemoteError { /* fields omitted */ }An error received from a remote service.
Implementations
impl RemoteError[src]
impl RemoteError[src]pub fn status(&self) -> &StatusCode[src]
Returns the status code of the response.
pub fn error(&self) -> Option<&SerializableError>[src]
Returns the serialized Conjure error information in the response, if available.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RemoteError
impl RefUnwindSafe for RemoteErrorimpl Send for RemoteError
impl Send for RemoteErrorimpl Sync for RemoteError
impl Sync for RemoteErrorimpl Unpin for RemoteError
impl Unpin for RemoteErrorimpl UnwindSafe for RemoteError
impl UnwindSafe for RemoteErrorBlanket Implementations
impl<T> Instrument 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<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,