We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61ae850 commit 4668d6dCopy full SHA for 4668d6d
aries/aries_vcx/src/errors/mapping_others.rs
@@ -76,14 +76,12 @@ impl From<did_key::error::DidKeyError> for AriesVcxError {
76
}
77
78
79
-// map UriWrapperError
80
impl From<UriWrapperError> for AriesVcxError {
81
fn from(err: UriWrapperError) -> Self {
82
AriesVcxError::from_msg(AriesVcxErrorKind::InvalidInput, err.to_string())
83
84
85
86
-// TODO
87
impl From<AriesVcxCoreError> for AriesVcxError {
88
fn from(err: AriesVcxCoreError) -> Self {
89
let kind = match err.kind() {
0 commit comments