Searched refs:SessionError (Results 1 – 3 of 3) sorted by relevance
102 class SessionError(Exception): class841 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 …]
253 class SessionError(Exception): class508 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')
430 raise smb3.SessionError(self['Status'], self)