- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for UNKNOWN_ERROR (0.04 sec)
-
src/test/java/jcifs/smb/SmbOperationExceptionTest.java
assertFalse(SmbOperationException.ErrorCode.INVALID_PROTOCOL.isRetryable()); assertFalse(SmbOperationException.ErrorCode.MESSAGE_TOO_LARGE.isRetryable()); assertFalse(SmbOperationException.ErrorCode.UNKNOWN_ERROR.isRetryable()); assertFalse(SmbOperationException.ErrorCode.INTERNAL_ERROR.isRetryable()); } @Test @DisplayName("Should test predefined retry policies")
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), SERVICE_UNAVAILABLE("Service temporarily unavailable", ErrorCategory.TRANSIENT, true), // Generic errors UNKNOWN_ERROR("Unknown error", ErrorCategory.UNKNOWN, false), INTERNAL_ERROR("Internal error", ErrorCategory.UNKNOWN, false); private final String description; private final ErrorCategory category;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 16.5K bytes - Viewed (0)