ORE Studio 0.0.4
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
session_error Struct Reference

Error information returned from client session operations. More...

#include <client_session.hpp>

Collaboration diagram for session_error:
Collaboration graph

Public Member Functions

 session_error (client_session_error c)
 
 session_error (client_session_error c, std::string msg)
 

Public Attributes

client_session_error code
 
std::string message
 

Detailed Description

Error information returned from client session operations.

Contains both an error code and an optional detailed message from the server.