Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getStatusByCode (0.44 sec)

  1. src/main/java/jcifs/smb1/smb1/SmbTransport.java

            } else {
                in.skip(size - 32);
            }
        }
    
        void checkStatus(final ServerMessageBlock req, final ServerMessageBlock resp) throws SmbException {
            resp.errorCode = SmbException.getStatusByCode(resp.errorCode);
            switch (resp.errorCode) {
            case NtStatus.NT_STATUS_SUCCESS:
                break;
            case NtStatus.NT_STATUS_ACCESS_DENIED:
            case NtStatus.NT_STATUS_WRONG_PASSWORD:
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 31.8K bytes
    - Viewed (0)
Back to top