- Sort Score
- Result 10 results
- Languages All
Results 31 - 40 of 592 for errored (0.57 sec)
-
src/main/resources/fess_message_zh_CN.properties
errors.failed_to_install_plugin=安装 {0} 失败。 errors.failed_to_find_plugins=未找到可用插件。 errors.failed_to_process_sso_request=处理请求失败: {0} errors.property_required={0} 是必需的。 errors.property_type_integer={0} 是数字。 errors.property_type_long={0} 是数字。 errors.property_type_float={0} 是数字。 errors.property_type_double={0} 是数字。 errors.property_type_date={0} 是日期。 errors.storage_file_upload_failure=上传 {0} 失败。
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 11.1K bytes - Viewed (0) -
src/main/java/org/codelibs/curl/CurlException.java
package org.codelibs.curl; /** * Custom exception class for handling errors related to Curl operations. * This class extends {@link RuntimeException} and provides constructors * to create an exception instance with a message and an optional cause. * * <p>Usage examples:</p> * <pre> * throw new CurlException("Error message"); * throw new CurlException("Error message", cause); * </pre> * * @see RuntimeException */
Registered: Thu Sep 04 15:34:10 UTC 2025 - Last Modified: Sat Jul 05 01:38:18 UTC 2025 - 2K bytes - Viewed (0) -
src/main/resources/fess_message_de.properties
errors.failed_to_read_request_file=Fehler beim Lesen einer Anforderungsdatei: {0} errors.invalid_header_for_request_file=Ungültige Header-Zeile: {0} errors.could_not_delete_logged_in_user=Sie können keinen angemeldeten Benutzer löschen. errors.unauthorized_request=Unautorisierte Anfrage. errors.failed_to_print_thread_dump=Fehler beim Drucken eines Thread-Dumps. errors.file_is_not_supported={0} wird nicht unterstützt.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 12.7K bytes - Viewed (0) -
src/main/resources/fess_message_zh_TW.properties
errors.result_size_exceeded = 無法顯示更多結果。 errors.target_file_does_not_exist = 檔案 {0} 不存在。 errors.failed_to_delete_file = 刪除檔案 {0} 失敗。 errors.docid_not_found = 未找到文檔ID。原因: {0} errors.document_not_found = 未找到文檔ID的URL。原因: {0} errors.not_load_from_server = 無法從該伺服器載入。原因: {0} errors.failed_to_start_job = 無法啟動作業 {0}。 errors.failed_to_stop_job = 停止作業 {0} 失敗。 errors.failed_to_download_synonym_file = 下載同義詞檔案失敗。 errors.failed_to_upload_synonym_file = 上傳同義詞檔案失敗。
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 11.1K bytes - Viewed (0) -
android/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/mylasta/action/FessMessages.java
/** The key of the message: <ul class="has-error"> */ public static final String ERRORS_HEADER = "{errors.header}"; /** The key of the message: </ul> */ public static final String ERRORS_FOOTER = "{errors.footer}"; /** The key of the message: <li><i class="fa fa-exclamation-circle"></i> */ public static final String ERRORS_PREFIX = "{errors.prefix}";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 119.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClientException.java
import org.codelibs.fess.exception.FessSystemException; /** * Exception thrown when search engine client operations fail. * This exception wraps underlying search engine errors and provides * meaningful error messages for troubleshooting. */ public class SearchEngineClientException extends FessSystemException { private static final long serialVersionUID = 1L; /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.6K bytes - Viewed (0) -
kotlin-js-store/yarn.lock
integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw== http-errors@2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-2.0.0.tgz#b7774a1486ef73cf7667ac9ae0858c012c57b9d3" integrity sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ== dependencies:
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Jul 22 12:28:51 UTC 2023 - 87.4K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/timer/MonitorTargetTest.java
Supplier<Object> supplier = () -> { throw new RuntimeException("Test exception"); }; monitorTarget.append(buf, "errorKey", supplier); assertEquals("\"errorKey\":null", buf.toString()); } // Test append method with Boolean value (other object type) public void test_append_booleanValue() { StringBuilder buf = new StringBuilder();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 11K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/exception/WebApiException.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.exception; /** * Exception thrown when web API operations encounter errors. * This exception includes an HTTP status code to indicate the nature of the error. */ public class WebApiException extends FessSystemException { private static final long serialVersionUID = 1L; /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.3K bytes - Viewed (0)