RuntimeError
# File lib/rex/proto/dcerpc/exceptions.rb, line 106 def initialize(*args) super(*args) end
returns an error string if it exists, otherwise just the error code
# File lib/rex/proto/dcerpc/exceptions.rb, line 111 def get_error(error) string = '' if @@errors[error] string = @@errors[error] else string = sprintf('0x%.8x',error) end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.