- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 592 for errored (0.17 sec)
-
src/main/java/org/codelibs/fess/exception/SsoProcessException.java
* * This exception is used to indicate errors that occur during the execution * of SSO authentication and authorization processes. It extends FessSystemException * to provide consistent error handling within the Fess system for SSO-related * processing failures such as token validation errors, communication failures * with SSO providers, or configuration issues. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/exec/Crawler.java
/** * Adds an error message to the error queue for later processing. * This method is thread-safe and can be called from multiple crawler threads. * * @param msg the error message to add; ignored if null or blank */ public static void addError(final String msg) { if (StringUtil.isNotBlank(msg)) { errors.offer(msg); } } /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 31K bytes - Viewed (0) -
src/main/resources/fess_label_es.properties
labels.defaultLabelValue=Etiqueta por defecto labels.designFileName=Nombre de archivo labels.incrementalCrawling=Comprobar fecha de última modificación labels.errorCount=Número de errores labels.errorLog=Registro de errores labels.errorName=Nombre del error labels.expiredTime=Fecha de caducidad labels.expires=Caduca labels.failureCountThreshold=Umbral de fallos labels.fileConfigName=Nombre de configuración de rastreo de archivos
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.4K bytes - Viewed (0) -
guava/src/com/google/common/math/PairedStats.java
* data, and vertical if there is variance in the {@code y} data but not the {@code x} data. * * <p>This fit minimizes the root-mean-square error in {@code y} as a function of {@code x}. This * error is defined as the square root of the mean of the squares of the differences between the * actual {@code y} values of the data and the values predicted by the fit for the {@code x}
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue Jul 08 18:32:10 UTC 2025 - 12.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/exception/SsoMessageException.java
* * This exception is used to indicate errors that occur during SSO authentication * and authorization processes. It carries both a message code for internationalization * and localization purposes, as well as detailed error information. The message code * can be used by the UI layer to display appropriate error messages to users. */ public class SsoMessageException extends FessSystemException {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.7K bytes - Viewed (0) -
guava/src/com/google/common/math/PairedStatsAccumulator.java
* data, and vertical if there is variance in the {@code y} data but not the {@code x} data. * * <p>This fit minimizes the root-mean-square error in {@code y} as a function of {@code x}. This * error is defined as the square root of the mean of the squares of the differences between the * actual {@code y} values of the data and the values predicted by the fit for the {@code x}
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Apr 14 16:36:11 UTC 2025 - 10.4K bytes - Viewed (0) -
src/main/resources/fess_label_it.properties
labels.csvFileEncoding=Codifica CSV labels.defaultLabelValue=Etichetta predefinita labels.designFileName=Nome file labels.incrementalCrawling=Verifica ultima modifica labels.errorCount=Numero di errori labels.errorLog=Log errori labels.errorName=Nome errore labels.expiredTime=Data di scadenza labels.expires=Scade labels.failureCountThreshold=Soglia di fallimento labels.fileConfigName=Nome configurazione scansione file labels.fileName=Nome file
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.4K bytes - Viewed (0) -
src/main/resources/fess_message_pl.properties
errors.could_not_delete_logged_in_user=Nie można usunąć zalogowanego użytkownika. errors.unauthorized_request=Nieautoryzowane żądanie. errors.failed_to_print_thread_dump=Nie można wydrukować zrzutu wątków. errors.file_is_not_supported={0} nie jest obsługiwany. errors.plugin_file_is_not_found={0} nie znaleziono. errors.failed_to_install_plugin=Nie można zainstalować {0}. errors.failed_to_find_plugins=Nie znaleziono dostępnych wtyczek.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12.5K bytes - Viewed (0) -
src/main/resources/fess_message_ko.properties
errors.could_not_delete_logged_in_user=로그인한 사용자는 삭제할 수 없습니다. errors.unauthorized_request=권한이 없는 요청입니다. errors.failed_to_print_thread_dump=스레드 덤프를 인쇄하지 못했습니다. errors.file_is_not_supported={0}은(는) 지원되지 않습니다. errors.plugin_file_is_not_found={0}을(를) 찾을 수 없습니다. errors.failed_to_install_plugin={0}을(를) 설치하지 못했습니다. errors.failed_to_find_plugins=사용 가능한 플러그인을 찾을 수 없습니다. errors.failed_to_process_sso_request=요청을 처리하지 못했습니다: {0}
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 14.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/exception/GsaConfigException.java
* @param cause the cause of the exception */ public GsaConfigException(final String message, final Throwable cause) { super(message, cause); } /** * Constructs a new GSA configuration exception with the specified detail message. * * @param message the detail message describing the configuration error */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.6K bytes - Viewed (0)