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

Class NotReadyError

pager_lib/smb/base.py:23–25  ·  view source on GitHub ↗

Raised when SMB connection is not ready (i.e. not authenticated or authentication failed)

Source from the content-addressed store, hash-verified

21
22
23class NotReadyError(Exception):
24 """Raised when SMB connection is not ready (i.e. not authenticated or authentication failed)"""
25 pass
26
27class NotConnectedError(Exception):
28 """Raised when underlying SMB connection has been disconnected or not connected yet"""

Callers 15

_listShares_SMB2Method · 0.85
_listPath_SMB2Method · 0.85
_getAttributes_SMB2Method · 0.85
_getSecurity_SMB2Method · 0.85
_deleteFiles_SMB2Method · 0.85
_createDirectory_SMB2Method · 0.85
_deleteDirectory_SMB2Method · 0.85
_rename_SMB2Method · 0.85
_listSnapshots_SMB2Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected