[ https://issues.apache.org/jira/browse/CLOUDSTACK-274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Min Chen resolved CLOUDSTACK-274. --------------------------------- Resolution: Fixed > Two error codes mapped to same value in API > ------------------------------------------- > > Key: CLOUDSTACK-274 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-274 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the > default.) > Components: API > Affects Versions: pre-4.0.0 > Reporter: Kenneth Bell > Assignee: Min Chen > Priority: Minor > Fix For: 4.1.0 > > > In BaseCmd.java, these error codes are defined: > public static final int INTERNAL_ERROR = 530; > public static final int ACCOUNT_ERROR = 531; > public static final int ACCOUNT_RESOURCE_LIMIT_ERROR = 532; > public static final int INSUFFICIENT_CAPACITY_ERROR = 533; > public static final int RESOURCE_UNAVAILABLE_ERROR = 534; > public static final int RESOURCE_ALLOCATION_ERROR = 534; > public static final int RESOURCE_IN_USE_ERROR = 536; > public static final int NETWORK_RULE_CONFLICT_ERROR = 537; > Note there are two values for 534, and none for 535 - looks like a copy & > paste error. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira