Method: Netconf::RpcError#to_s

Defined in:
lib/net/netconf/exception.rb

#to_sObject



21
22
23
# File 'lib/net/netconf/exception.rb', line 21

def to_s
  "RPC command error: #{cmd.first_element_child.name}\n#{rsp.to_xml}"
end