Searched refs:SmbException (Results 1 – 1 of 1) sorted by relevance
144 raise SmbException(STATUS_ACCESS_DENIED,195 raise SmbException(error_code, "Failed to query path info")216 except SmbException as s:241 raise SmbException(STATUS_ACCESS_DENIED,244 raise SmbException(imp_smbserver.STATUS_SMB_BAD_TID,253 raise SmbException(STATUS_NO_SUCH_FILE, "Couldn't find the file")290 raise SmbException(STATUS_NO_SUCH_FILE, "Failed to make test file")293 class SmbException(Exception): class295 super(SmbException, self).__init__(error_message)