mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +01:00 
			
		
		
		
	server: Add OperationTimedoutException to known list (#5702)
Currently OperationTimedoutException is not in the known list and because of that, we get some annoying error messages. Co-authored-by: Rakesh Venkatesh <rakeshv@apache.org>
This commit is contained in:
		
							parent
							
								
									ddd2fcaf2d
								
							
						
					
					
						commit
						f96df2ca96
					
				| @ -71,6 +71,7 @@ public class CSExceptionErrorCode { | ||||
|             ExceptionErrorCodeMap.put("com.cloud.exception.RequestLimitException", 4545); | ||||
|             ExceptionErrorCodeMap.put("com.cloud.exception.StorageConflictException", 4550); | ||||
|             ExceptionErrorCodeMap.put("com.cloud.exception.UnavailableCommandException", 4555); | ||||
|             ExceptionErrorCodeMap.put("com.cloud.exception.OperationTimedoutException", 4560); | ||||
| 
 | ||||
|             // Have a special error code for ServerApiException when it is | ||||
|             // thrown in a standalone manner when failing to detect any of the above | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user