mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-11-01 02:57:02 +08:00 
			
		
		
		
	 9c1c44a706
			
		
	
	9c1c44a706
	
	
	
		
			
			Co-authored-by: Sarthak Soni <76486416+Sarthak1799@users.noreply.github.com> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: Sarthak Soni <sarthak.soni@juspay.in>
		
			
				
	
	
		
			6 lines
		
	
	
		
			396 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			396 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| pub const REQUEST_TIME_OUT: u64 = 30; // will timeout after the mentioned limit
 | |
| pub const REQUEST_TIMEOUT_ERROR_CODE: &str = "TIMEOUT"; // timeout error code
 | |
| pub const REQUEST_TIMEOUT_ERROR_MESSAGE: &str = "Connector did not respond in specified time"; // error message for timed out request
 | |
| pub const NO_ERROR_CODE: &str = "No error code";
 | |
| pub const NO_ERROR_MESSAGE: &str = "No error message";
 |