Electroneum
Public Member Functions | Private Attributes | List of all members
hw::trezor::exc::proto::FailureException Class Reference

#include <exceptions.hpp>

Inheritance diagram for hw::trezor::exc::proto::FailureException:
Inheritance graph
[legend]
Collaboration diagram for hw::trezor::exc::proto::FailureException:
Collaboration graph
[legend]

Public Member Functions

 FailureException ()
 
 FailureException (boost::optional< uint32_t > code, boost::optional< std::string > message)
 
 ProtocolException ()
 
- Public Member Functions inherited from hw::trezor::exc::ProtocolException
 ProtocolException ()
 
 CommunicationException ()
 
- Public Member Functions inherited from hw::trezor::exc::CommunicationException
 CommunicationException ()
 
 TrezorException ()
 
 TrezorException (std::string what)
 
- Public Member Functions inherited from hw::trezor::exc::TrezorException
 TrezorException ()
 
 TrezorException (std::string what)
 
virtual const char * what () const throw ()
 

Private Attributes

boost::optional< uint32_t > code
 
boost::optional< std::string > message
 

Additional Inherited Members

- Protected Attributes inherited from hw::trezor::exc::TrezorException
boost::optional< std::string > reason
 

Constructor & Destructor Documentation

◆ FailureException() [1/2]

hw::trezor::exc::proto::FailureException::FailureException ( )
inline

◆ FailureException() [2/2]

hw::trezor::exc::proto::FailureException::FailureException ( boost::optional< uint32_t >  code,
boost::optional< std::string >  message 
)
inline

Member Function Documentation

◆ ProtocolException()

hw::trezor::exc::ProtocolException::ProtocolException
inline

Member Data Documentation

◆ code

boost::optional<uint32_t> hw::trezor::exc::proto::FailureException::code
private

◆ message

boost::optional<std::string> hw::trezor::exc::proto::FailureException::message
private

The documentation for this class was generated from the following file: