- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for markFailed (0.42 sec)
-
src/main/java/jcifs/internal/smb2/rdma/RdmaWorkRequest.java
this.completed = true; } /** * Mark request as failed with error * * @param error exception that caused the failure */ public void markFailed(Exception error) { this.error = error; this.completed = true; } /** * Get error if request failed * * @return exception if failed, null if successful */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 24 00:12:28 UTC 2025 - 3.2K bytes - Viewed (0)