mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 21:07:58 +08:00
feat: add deep health check for analytics (#3438)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -468,7 +468,8 @@ impl From<errors::ApiErrorResponse> for StripeErrorCode {
|
||||
errors::ApiErrorResponse::MandateUpdateFailed
|
||||
| errors::ApiErrorResponse::MandateSerializationFailed
|
||||
| errors::ApiErrorResponse::MandateDeserializationFailed
|
||||
| errors::ApiErrorResponse::InternalServerError => Self::InternalServerError, // not a stripe code
|
||||
| errors::ApiErrorResponse::InternalServerError
|
||||
| errors::ApiErrorResponse::HealthCheckError { .. } => Self::InternalServerError, // not a stripe code
|
||||
errors::ApiErrorResponse::ExternalConnectorError {
|
||||
code,
|
||||
message,
|
||||
|
||||
Reference in New Issue
Block a user