You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bf...@apache.org on 2013/01/30 01:06:06 UTC

[31/50] [abbrv] git commit: CLOUDSTACK-274: fix duplicate error code.

CLOUDSTACK-274: fix duplicate error code.

Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/4ad38f8a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/4ad38f8a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/4ad38f8a

Branch: refs/heads/ui-quick-view-v2
Commit: 4ad38f8afb51ed54a22e5ccdbd72589c6681c273
Parents: fe9398d
Author: Min Chen <mi...@citrix.com>
Authored: Mon Jan 28 10:49:06 2013 -0800
Committer: Min Chen <mi...@citrix.com>
Committed: Mon Jan 28 10:49:06 2013 -0800

----------------------------------------------------------------------
 .../org/apache/cloudstack/api/ApiErrorCode.java    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/4ad38f8a/api/src/org/apache/cloudstack/api/ApiErrorCode.java
----------------------------------------------------------------------
diff --git a/api/src/org/apache/cloudstack/api/ApiErrorCode.java b/api/src/org/apache/cloudstack/api/ApiErrorCode.java
index 51671cd..ee28fa0 100644
--- a/api/src/org/apache/cloudstack/api/ApiErrorCode.java
+++ b/api/src/org/apache/cloudstack/api/ApiErrorCode.java
@@ -33,7 +33,7 @@ public enum ApiErrorCode {
     ACCOUNT_RESOURCE_LIMIT_ERROR(532),
     INSUFFICIENT_CAPACITY_ERROR(533),
     RESOURCE_UNAVAILABLE_ERROR(534),
-    RESOURCE_ALLOCATION_ERROR(534),
+    RESOURCE_ALLOCATION_ERROR(535),
     RESOURCE_IN_USE_ERROR(536),
     NETWORK_RULE_CONFLICT_ERROR(537);