Skip to content

Commit e6d2b23

Browse files
committed
ApiErrorCode: Add API error code 401, 405
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
1 parent accd574 commit e6d2b23

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

api/src/org/apache/cloudstack/api/ApiErrorCode.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
*/
2323
public enum ApiErrorCode {
2424

25+
UNAUTHORIZED(401),
26+
METHOD_NOT_ALLOWED(405),
2527
MALFORMED_PARAMETER_ERROR(430),
2628
PARAM_ERROR(431),
2729
UNSUPPORTED_ACTION_ERROR(432),

0 commit comments

Comments
 (0)