Skip to content

Commit

Permalink
Rename error mapping file
Browse files Browse the repository at this point in the history
Signed-off-by: Patrik Stas <patrik.stas@absa.africa>
  • Loading branch information
Patrik-Stas committed Jul 28, 2023
1 parent 59d84f4 commit db372ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// // todo: import this directly from indy-api-types
// use indy_ledger_response_parser::{
// errors::{IndyError, IndyErrorKind},
// ErrorCode,
// };
pub use indy_api_types::{errors, ErrorCode};

use indy_api_types::{
Expand Down
2 changes: 1 addition & 1 deletion aries_vcx_core/src/errors/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ pub mod error;
mod mapping_agency_client;
#[cfg(any(feature = "modular_libs", feature = "vdr_proxy_ledger"))]
mod mapping_credx;
mod mapping_indy_api_types;
#[cfg(any(feature = "modular_libs", feature = "vdr_proxy_ledger"))]
mod mapping_indyvdr;
#[cfg(feature = "vdr_proxy_ledger")]
mod mapping_indyvdr_proxy;
mod mapping_others;
mod mapping_vdrtools;

0 comments on commit db372ee

Please sign in to comment.