Method: Rex::Proto::SMB::Exceptions::ErrorCode#to_s
- Defined in:
- lib/rex/proto/smb/exceptions.rb
#to_s ⇒ Object
816 817 818 819 820 |
# File 'lib/rex/proto/smb/exceptions.rb', line 816 def to_s 'The server responded with error: ' + self.error_name + " (Command=#{self.command} WordCount=#{self.word_count})" end |