Bytemaster's Boost Libraries
Public Member Functions | Public Attributes
boost::rpc::error_object Struct Reference

#include <message.hpp>

List of all members.

Public Member Functions

 error_object (int32_t c=0)
 error_object (int32_t c, const std::string &msg)
const char * what () const throw ()
virtual void rethrow () const

Public Attributes

required< signed_int > code
optional< std::string > message
optional< std::string > data

Detailed Description

Based upon the JSON-RPC 2.0 Specification


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Defines