OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ExecutorResourceMgr_Namespace::ExecutorResourceMgrError Class Reference

#include <ExecutorResourceMgrCommon.h>

+ Collaboration diagram for ExecutorResourceMgr_Namespace::ExecutorResourceMgrError:

Public Member Functions

 ExecutorResourceMgrError (RequestId const request_id, std::string error_msg)
 
RequestId getRequestId () const
 
std::string getErrorMsg () const
 

Private Attributes

RequestId request_id_
 
std::string error_msg_
 

Detailed Description

Definition at line 32 of file ExecutorResourceMgrCommon.h.

Constructor & Destructor Documentation

ExecutorResourceMgr_Namespace::ExecutorResourceMgrError::ExecutorResourceMgrError ( RequestId const  request_id,
std::string  error_msg 
)
inline

Member Function Documentation

std::string ExecutorResourceMgr_Namespace::ExecutorResourceMgrError::getErrorMsg ( ) const
inline

Definition at line 37 of file ExecutorResourceMgrCommon.h.

References error_msg_.

Referenced by ExecutorResourceMgr_Namespace::ExecutorResourceMgr::process_queue_loop().

+ Here is the caller graph for this function:

RequestId ExecutorResourceMgr_Namespace::ExecutorResourceMgrError::getRequestId ( ) const
inline

Definition at line 36 of file ExecutorResourceMgrCommon.h.

References request_id_.

Referenced by ExecutorResourceMgr_Namespace::ExecutorResourceMgr::process_queue_loop().

+ Here is the caller graph for this function:

Member Data Documentation

std::string ExecutorResourceMgr_Namespace::ExecutorResourceMgrError::error_msg_
private

Definition at line 41 of file ExecutorResourceMgrCommon.h.

Referenced by getErrorMsg().

RequestId ExecutorResourceMgr_Namespace::ExecutorResourceMgrError::request_id_
private

Definition at line 40 of file ExecutorResourceMgrCommon.h.

Referenced by getRequestId().


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