- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for ABORTED (0.03 sec)
-
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; }Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Wed Nov 19 08:04:23 UTC 2025 - 2.7K bytes - Viewed (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`
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Thu Apr 18 19:53:19 UTC 2024 - 597 bytes - Viewed (0)