We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5051fde commit 585164aCopy full SHA for 585164a
utils/src/main/java/com/cloud/utils/exception/CSExceptionErrorCode.java
@@ -70,6 +70,7 @@ public class CSExceptionErrorCode {
70
ExceptionErrorCodeMap.put("com.cloud.async.AsyncCommandQueued", 4540);
71
ExceptionErrorCodeMap.put("com.cloud.exception.RequestLimitException", 4545);
72
ExceptionErrorCodeMap.put("com.cloud.exception.StorageConflictException", 4550);
73
+ ExceptionErrorCodeMap.put("com.cloud.exception.UnavailableCommandException", 4555);
74
75
// Have a special error code for ServerApiException when it is
76
// thrown in a standalone manner when failing to detect any of the above
0 commit comments