- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for ABORTED (0.04 seconds)
-
src/main/java/org/codelibs/fess/exception/DataStoreCrawlingException.java
*/ public String getUrl() { return url; } /** * Checks whether the crawling process should be aborted due to this exception. * * @return true if the crawling should be aborted, false otherwise */ public boolean aborted() { return abort; }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Nov 19 08:04:23 GMT 2025 - 2.7K bytes - Click Count (0) -
build-tools-internal/src/test/groovy/org/elasticsearch/gradle/internal/test/rerun/executer/RerunTestResultProcessorTestSpec.groovy
then: 1 * delegate.completed("testId1", testCompleteEvent1) 1 * delegate.completed("rootId", rootCompleteEvent) } def "events for aborted tests are ignored"() { given: def delegate = Mock(TestResultProcessor) def processor = new RerunTestResultProcessor(delegate); def rootDescriptor = descriptor("rootId")Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 4.9K bytes - Click Count (0) -
docs/en/docs/reference/exceptions.md
# Exceptions - `HTTPException` and `WebSocketException` These are the exceptions that you can raise to show errors to the client. When you raise an exception, as would happen with normal Python, the rest of the execution is aborted. This way you can raise these exceptions from anywhere in the code to abort a request and show the error to the client. You can use: * `HTTPException` * `WebSocketException`
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Apr 18 19:53:19 GMT 2024 - 597 bytes - Click Count (0)