- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 592 for errored (0.05 sec)
-
src/main/resources/fess_message_pt_BR.properties
errors.failed_to_find_plugins=Não foram encontrados plugins disponíveis. errors.failed_to_process_sso_request=Não foi possível processar a solicitação: {0} errors.property_required={0} é obrigatório. errors.property_type_integer={0} é um número. errors.property_type_long={0} é um número. errors.property_type_float={0} é um número. errors.property_type_double={0} é um número. errors.property_type_date={0} é uma data.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/FessApiAction.java
* Pre-processes API requests by checking access authorization before executing the action. * If access is not allowed, returns an unauthorized error response. * * @param runtime the action runtime context containing request information * @return ActionResponse with unauthorized error if access denied, otherwise delegates to parent */ @Override public ActionResponse godHandPrologue(final ActionRuntime runtime) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 4.8K bytes - Viewed (0) -
guava/src/com/google/common/util/concurrent/AbstractTransformFuture.java
* best we can do (since logging may overflow the stack) is to let the error propagate. Because * it is an Error, it won't be caught and logged by AbstractFuture.executeListener. Instead, it * can propagate through many layers of AbstractTransformFuture up to the root call to set(). * * https://github.com/google/guava/issues/2254 * * Other kinds of Errors are possible: *
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Feb 20 18:03:37 UTC 2025 - 10.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/util/ErrorToWarnRewritePolicy.java
import org.apache.logging.log4j.core.impl.Log4jLogEvent; /** * Log4j rewrite policy that converts ERROR level log events to WARN level for specified loggers. * This policy is useful for downgrading the severity of log events from certain loggers * to prevent them from being treated as critical errors. */ @Plugin(name = "ErrorToWarnRewritePolicy", category = Core.CATEGORY_NAME, elementType = "rewritePolicy", printObject = true)
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 3.4K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/job/AggregateLogJobTest.java
// Verify result contains error message assertNotNull(result); assertTrue(result.contains("Illegal state in search log processing")); assertTrue(result.endsWith("\n")); } public void test_execute_multipleErrors() { // Test with multiple calls to execute() with errors SearchLogHelper mockSearchLogHelper = new SearchLogHelper() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 12.1K bytes - Viewed (0) -
README.md
error -> error.printStackTrace()); ``` ## API Overview - `org.codelibs.curl.Curl`: entry point for HTTP methods (GET, POST, PUT, DELETE, HEAD, OPTIONS, CONNECT, TRACE). - `org.codelibs.curl.CurlRequest`: builder for HTTP requests. - `org.codelibs.curl.CurlResponse`: wrapper for HTTP responses. - `org.codelibs.curl.CurlException`: unchecked exception for errors.
Registered: Thu Sep 04 15:34:10 UTC 2025 - Last Modified: Sat Jul 05 01:11:14 UTC 2025 - 2.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/exception/PluginException.java
*/ package org.codelibs.fess.exception; /** * Exception for plugin-related errors. */ public class PluginException extends FessSystemException { private static final long serialVersionUID = 1L; /** * Creates a plugin exception with message and cause. * * @param message the error message * @param cause the cause */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.2K bytes - Viewed (0) -
src/main/resources/fess_message_nl.properties
errors.failed_to_find_plugins=Geen beschikbare plugins gevonden. errors.failed_to_process_sso_request=Kan verzoek niet verwerken: {0} errors.property_required={0} is vereist. errors.property_type_integer={0} is een geheel getal. errors.property_type_long={0} is een lang geheel getal. errors.property_type_float={0} is een float. errors.property_type_double={0} is een double. errors.property_type_date={0} is een datum.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12K bytes - Viewed (0) -
src/main/resources/fess_message_ru.properties
errors.property_type_date={0} должно быть датой. errors.storage_file_upload_failure=Не удалось загрузить {0}. errors.storage_file_not_found=Целевой файл не существует в хранилище. errors.storage_file_download_failure=Не удалось скачать {0}. errors.storage_access_error=Ошибка доступа к хранилищу: {0} errors.storage_no_upload_file=Укажите файл для загрузки. errors.storage_directory_name_is_invalid=Имя каталога недействительно.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 15.8K bytes - Viewed (0) -
src/main/resources/fess_message_fr.properties
errors.plugin_file_is_not_found={0} est introuvable. errors.failed_to_install_plugin=Échec de l'installation de {0}. errors.failed_to_find_plugins=Impossible de trouver les plugins disponibles. errors.failed_to_process_sso_request=Échec du traitement d'une requête : {0} errors.property_required={0} est requis. errors.property_type_integer={0} doit être un entier. errors.property_type_long={0} doit être un long.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 13.1K bytes - Viewed (0)