mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-11-01 02:57:02 +08:00 
			
		
		
		
	feat(webhooks): store request and response payloads in events table (#4029)
				
					
				
			This commit is contained in:
		| @ -45,16 +45,16 @@ pub enum ProcessTrackerError { | ||||
|     EApiErrorResponse, | ||||
|     #[error("Received Error ClientError")] | ||||
|     EClientError, | ||||
|     #[error("Received Error StorageError: {0}")] | ||||
|     #[error("Received Error StorageError: {0:?}")] | ||||
|     EStorageError(error_stack::Report<StorageError>), | ||||
|     #[error("Received Error RedisError: {0}")] | ||||
|     #[error("Received Error RedisError: {0:?}")] | ||||
|     ERedisError(error_stack::Report<RedisError>), | ||||
|     #[error("Received Error ParsingError: {0}")] | ||||
|     #[error("Received Error ParsingError: {0:?}")] | ||||
|     EParsingError(error_stack::Report<ParsingError>), | ||||
|     #[error("Validation Error Received: {0}")] | ||||
|     #[error("Validation Error Received: {0:?}")] | ||||
|     EValidationError(error_stack::Report<ValidationError>), | ||||
|     #[cfg(feature = "email")] | ||||
|     #[error("Received Error EmailError: {0}")] | ||||
|     #[error("Received Error EmailError: {0:?}")] | ||||
|     EEmailError(error_stack::Report<EmailError>), | ||||
|     #[error("Type Conversion error")] | ||||
|     TypeConversionError, | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Sanchith Hegde
					Sanchith Hegde