diff --git a/api/src/com/cloud/api/response/ExceptionResponse.java b/api/src/com/cloud/api/response/ExceptionResponse.java index 49542de481e..39b78895fbd 100644 --- a/api/src/com/cloud/api/response/ExceptionResponse.java +++ b/api/src/com/cloud/api/response/ExceptionResponse.java @@ -25,7 +25,7 @@ public class ExceptionResponse extends BaseResponse { private Integer errorCode; @SerializedName("errortext") @Param(description="the text associated with this error") - private String errorText; + private String errorText = "Command failed due to Internal Server Error"; public Integer getErrorCode() { return errorCode;