public String getError() {
   return status.getError();
 }
 public int getErrorCode() {
   return status.getErrorCode();
 }