Enum ssi_dids_core::resolution::DerefError
source · pub enum DerefError {
Resolution(Error),
MissingServiceEndpoint(String),
UnsupportedServiceEndpointMap,
UnsupportedMultipleServiceEndpoints,
ServiceEndpointConstructionFailed(ServiceEndpointConstructionConflict),
FragmentConflict,
NullDereference,
NotFound,
ResourceNotFound(DIDURLBuf),
}
Variants§
Resolution(Error)
MissingServiceEndpoint(String)
UnsupportedServiceEndpointMap
UnsupportedMultipleServiceEndpoints
ServiceEndpointConstructionFailed(ServiceEndpointConstructionConflict)
FragmentConflict
NullDereference
NotFound
ResourceNotFound(DIDURLBuf)
Trait Implementations§
source§impl Debug for DerefError
impl Debug for DerefError
source§impl Display for DerefError
impl Display for DerefError
source§impl Error for DerefError
impl Error for DerefError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<DerefError> for ErrorCode
impl From<DerefError> for ErrorCode
source§fn from(value: DerefError) -> Self
fn from(value: DerefError) -> Self
Converts to this type from the input type.
source§impl From<Error> for DerefError
impl From<Error> for DerefError
source§impl From<ServiceEndpointConstructionConflict> for DerefError
impl From<ServiceEndpointConstructionConflict> for DerefError
source§fn from(source: ServiceEndpointConstructionConflict) -> Self
fn from(source: ServiceEndpointConstructionConflict) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DerefError
impl !RefUnwindSafe for DerefError
impl Send for DerefError
impl Sync for DerefError
impl Unpin for DerefError
impl !UnwindSafe for DerefError
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> BorrowUnordered for T
impl<T> BorrowUnordered for T
fn as_unordered(&self) -> &Unordered<T>
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T, U, C> IntoWithContext<U, C> for Twhere
U: FromWithContext<T, C>,
impl<T, U, C> IntoWithContext<U, C> for Twhere
U: FromWithContext<T, C>,
source§impl<T> ResourceProvider<()> for T
impl<T> ResourceProvider<()> for T
source§fn get_resource(&self) -> &()
fn get_resource(&self) -> &()
Returns a reference to the resource of type
T
.