mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 19:46:48 +08:00
feat(opensearch): refactoring (#4244)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
This commit is contained in:
@ -369,6 +369,8 @@ pub enum HealthCheckDBError {
|
||||
SqlxAnalyticsError,
|
||||
#[error("Error while executing query in Clickhouse Analytics")]
|
||||
ClickhouseAnalyticsError,
|
||||
#[error("Error while executing query in Opensearch")]
|
||||
OpensearchError,
|
||||
}
|
||||
|
||||
impl From<diesel::result::Error> for HealthCheckDBError {
|
||||
|
||||
Reference in New Issue
Block a user