public boolean hasNoErrors() {
   return !myResult.hasErrors();
 }
 public VcsException getFirstError() {
   return myResult.composeError();
 }