Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getErrorName (0.08 sec)

  1. src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsFailureUrl.java

            return convertEmptyToNull(errorLog);
        }
    
        public void setErrorLog(String value) {
            registerModifiedProperty("errorLog");
            this.errorLog = value;
        }
    
        public String getErrorName() {
            checkSpecifiedProperty("errorName");
            return convertEmptyToNull(errorName);
        }
    
        public void setErrorName(String value) {
            registerModifiedProperty("errorName");
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 6.7K bytes
    - Viewed (0)
Back to top