Methods

Class/Module Index [+]

Quicksearch

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

Public Instance Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.