public Integer getErrorCode() {
   if (hasError()) return _error.getCode();
   return null;
 }