Home
last modified time | relevance | path

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

/external/curl/tests/python_dependencies/impacket/
Dsmb3.py102 class SessionError(Exception): class
841 raise SessionError(STATUS_INVALID_PARAMETER)
866 raise SessionError(STATUS_INVALID_PARAMETER)
961 raise SessionError(STATUS_INVALID_PARAMETER)
963 raise SessionError(STATUS_INVALID_PARAMETER)
992 raise SessionError(STATUS_INVALID_PARAMETER)
994 raise SessionError(STATUS_INVALID_PARAMETER)
1034 raise SessionError(STATUS_INVALID_PARAMETER)
1036 raise SessionError(STATUS_INVALID_PARAMETER)
1075 raise SessionError(STATUS_INVALID_PARAMETER)
[all …]
Dsmb.py253 class SessionError(Exception): class
508 error_class = SessionError.error_classes.get( self.error_class, None )
697 self['ErrorClass'] == 1 and self['ErrorCode'] == SessionError.ERRmoredata)
712 …raise SessionError, ("SMB Library Error", self['ErrorClass'] + (self['_reserved'] << 8), self['Err…
2553 …raise SessionError, ( "SMB Library Error", s.get_error_class()+ (s.get_reserved() << 8), s.get_err…
3352 raise SessionError('Cannot authenticate against target, enable ntlm_fallback')
Dsmb3structs.py430 raise smb3.SessionError(self['Status'], self)