MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / NotConnectedError

Class NotConnectedError

pager_lib/smb/base.py:27–29  ·  view source on GitHub ↗

Raised when underlying SMB connection has been disconnected or not connected yet

Source from the content-addressed store, hash-verified

25 pass
26
27class NotConnectedError(Exception):
28 """Raised when underlying SMB connection has been disconnected or not connected yet"""
29 pass
30
31class SMBTimeout(Exception):
32 """Raised when a timeout has occurred while waiting for a response or for a SMB/CIFS operation to complete."""

Callers 15

writeMethod · 0.70
listSharesMethod · 0.70
listPathMethod · 0.70
listSnapshotsMethod · 0.70
getAttributesMethod · 0.70
getSecurityMethod · 0.70
storeFileFromOffsetMethod · 0.70
deleteFilesMethod · 0.70
resetFileAttributesMethod · 0.70
createDirectoryMethod · 0.70
deleteDirectoryMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected