We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent accd574 commit e6d2b23Copy full SHA for e6d2b23
1 file changed
api/src/org/apache/cloudstack/api/ApiErrorCode.java
@@ -22,6 +22,8 @@
22
*/
23
public enum ApiErrorCode {
24
25
+ UNAUTHORIZED(401),
26
+ METHOD_NOT_ALLOWED(405),
27
MALFORMED_PARAMETER_ERROR(430),
28
PARAM_ERROR(431),
29
UNSUPPORTED_ACTION_ERROR(432),
0 commit comments