- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for AUTHENTICATION_FAILED (0.07 sec)
-
src/test/java/jcifs/smb/SmbOperationExceptionTest.java
} @Test @DisplayName("Should handle no retry policy") void testNoRetryPolicy() { // When exception = new SmbOperationException(SmbOperationException.ErrorCode.AUTHENTICATION_FAILED, "Bad credentials", null, SmbOperationException.RetryPolicy.NO_RETRY, null); // Then assertFalse(exception.isRetryable()); assertFalse(exception.shouldRetry(1));
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 16.1K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbOperationException.java
true), HOST_NOT_FOUND("Host not found", ErrorCategory.NETWORK, false), // Authentication errors AUTHENTICATION_FAILED("Authentication failed", ErrorCategory.AUTHENTICATION, false), ACCESS_DENIED("Access denied", ErrorCategory.AUTHENTICATION, false), INVALID_CREDENTIALS("Invalid credentials", ErrorCategory.AUTHENTICATION,
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 16.5K bytes - Viewed (0)