Home | History | Annotate | Download | only in impacket

Lines Matching refs:SessionError

102 class SessionError(Exception):
115 return 'SMB SessionError: %s(%s)' % (ERROR_MESSAGES[self.error])
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)
1077 raise SessionError(STATUS_INVALID_PARAMETER)
1128 raise SessionError(STATUS_INVALID_PARAMETER)
1133 raise SessionError(STATUS_INVALID_PARAMETER)
1169 raise SessionError(STATUS_INVALID_PARAMETER)
1171 raise SessionError(STATUS_INVALID_PARAMETER)
1190 raise SessionError(STATUS_INVALID_PARAMETER)
1192 raise SessionError(STATUS_INVALID_PARAMETER)
1252 raise SessionError(STATUS_INVALID_PARAMETER)
1254 raise SessionError(STATUS_INVALID_PARAMETER)
1284 raise SessionError(STATUS_INVALID_PARAMETER)
1286 raise SessionError(STATUS_INVALID_PARAMETER)
1388 except SessionError, e:
1516 raise SessionError(STATUS_INVALID_PARAMETER)
1518 raise SessionError(STATUS_INVALID_PARAMETER)
1620 raise SessionError(STATUS_NOT_IMPLEMENTED)