- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for NOT_SUPPORTED (0.61 sec)
-
src/main/java/jcifs/smb/SmbOperationException.java
false), QUOTA_EXCEEDED("Quota exceeded", ErrorCategory.RESOURCE, false), // Protocol errors INVALID_PARAMETER("Invalid parameter", ErrorCategory.PROTOCOL, false), NOT_SUPPORTED("Operation not supported", ErrorCategory.PROTOCOL, false), INVALID_PROTOCOL("Invalid protocol", ErrorCategory.PROTOCOL,
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 16.5K bytes - Viewed (0) -
src/test/java/jcifs/smb/SmbOperationExceptionTest.java
assertFalse(SmbOperationException.ErrorCode.QUOTA_EXCEEDED.isRetryable()); assertFalse(SmbOperationException.ErrorCode.INVALID_PARAMETER.isRetryable()); assertFalse(SmbOperationException.ErrorCode.NOT_SUPPORTED.isRetryable()); assertFalse(SmbOperationException.ErrorCode.INVALID_PROTOCOL.isRetryable()); assertFalse(SmbOperationException.ErrorCode.MESSAGE_TOO_LARGE.isRetryable());
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/SmbSessionImpl.java
if (token != null) { request = new Smb2SessionSetupRequest(this.getContext(), securityMode, negoResp.getCommonCapabilities(), 0, token); // here, messages are rejected with NOT_SUPPORTED if we start signing as soon as we can, wait until // session setup complete request.setSessionId(sessId); request.retainPayload(); try {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 68.9K bytes - Viewed (0)