class Rex::Proto::SMB::Exceptions::ErrorCode

Public Instance Methods

to_s() click to toggle source
# File lib/rex/proto/smb/exceptions.rb, line 815
def to_s
  'The server responded with error: ' +
  self.error_name +
  " (Command=#{self.command} WordCount=#{self.word_count})"
end