ndn::Transport::Error Class Reference

#include <transport.hpp>

+ Inheritance diagram for ndn::Transport::Error:
+ Collaboration diagram for ndn::Transport::Error:

Public Member Functions

 Error (const boost::system::error_code &code, const std::string &msg)
 
 Error (const std::string &msg)
 

Detailed Description

Definition at line 38 of file transport.hpp.

Constructor & Destructor Documentation

ndn::Transport::Error::Error ( const boost::system::error_code &  code,
const std::string &  msg 
)

Definition at line 26 of file transport.cpp.

ndn::Transport::Error::Error ( const std::string &  msg)
explicit

Definition at line 31 of file transport.cpp.