Home
last modified time | relevance | path

Searched refs:SmbException (Results 1 – 1 of 1) sorted by relevance

/curl/tests/
H A Dsmbserver.py210 raise SmbException(STATUS_ACCESS_DENIED,
264 raise SmbException(error_code, "Failed to query path info")
285 except SmbException as s:
310 raise SmbException(STATUS_ACCESS_DENIED,
313 raise SmbException(imp_smbserver.STATUS_SMB_BAD_TID,
322 raise SmbException(STATUS_NO_SUCH_FILE, "Couldn't find the file")
363 raise SmbException(STATUS_NO_SUCH_FILE, "Failed to make test file")
366 class SmbException(Exception): class
368 super(SmbException, self).__init__(error_message)

Completed in 5 milliseconds