mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 19:42:27 +08:00
feat(multitenancy): add support for multitenancy and handle the same in router, producer, consumer, drainer and analytics (#4630)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: Arun Raj M <jarnura47@gmail.com>
This commit is contained in:
@ -59,6 +59,8 @@ pub enum ProcessTrackerError {
|
||||
EEmailError(error_stack::Report<EmailError>),
|
||||
#[error("Type Conversion error")]
|
||||
TypeConversionError,
|
||||
#[error("Tenant not found")]
|
||||
TenantNotFound,
|
||||
}
|
||||
|
||||
#[macro_export]
|
||||
|
||||
Reference in New Issue
Block a user