mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 12:06:56 +08:00
refactor(storage): update crate name to diesel models (#1685)
This commit is contained in:
@ -7,10 +7,10 @@ use std::fmt::Display;
|
||||
use actix_web::{body::BoxBody, http::StatusCode, ResponseError};
|
||||
pub use common_utils::errors::{CustomResult, ParsingError, ValidationError};
|
||||
use config::ConfigError;
|
||||
use diesel_models::errors as storage_errors;
|
||||
use error_stack;
|
||||
pub use redis_interface::errors::RedisError;
|
||||
use router_env::opentelemetry::metrics::MetricsError;
|
||||
use storage_models::errors as storage_errors;
|
||||
|
||||
pub use self::{
|
||||
api_error_response::ApiErrorResponse,
|
||||
|
||||
Reference in New Issue
Block a user