mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(email): implement process_tracker for scheduling email when api_key is about to expire (#1233)
Co-authored-by: Abhishek Marrivagu <abhi.codes10@gmail.com>
This commit is contained in:
@ -387,6 +387,8 @@ pub enum ProcessTrackerError {
|
||||
EParsingError(error_stack::Report<ParsingError>),
|
||||
#[error("Validation Error Received: {0}")]
|
||||
EValidationError(error_stack::Report<ValidationError>),
|
||||
#[error("Type Conversion error")]
|
||||
TypeConversionError,
|
||||
}
|
||||
|
||||
macro_rules! error_to_process_tracker_error {
|
||||
|
||||
Reference in New Issue
Block a user