ServerRegistrationOrRemovalFailed Class Reference

Indicates that a query to the Memory Name System failed. More...

#include <RobotAPI/libraries/armem/core/error/mns.h>

+ Inheritance diagram for ServerRegistrationOrRemovalFailed:

Public Member Functions

 ServerRegistrationOrRemovalFailed (const std::string &verb, const MemoryID &memoryID, const std::string &errorMessage="")
 
- Public Member Functions inherited from ArMemError
 ArMemError (const std::string &msg)
 

Static Public Member Functions

static std::string makeMsg (const std::string &verb, const MemoryID &memoryID, const std::string &errorMessage="")
 

Detailed Description

Indicates that a query to the Memory Name System failed.

Definition at line 40 of file mns.h.

Constructor & Destructor Documentation

◆ ServerRegistrationOrRemovalFailed()

ServerRegistrationOrRemovalFailed ( const std::string &  verb,
const MemoryID memoryID,
const std::string &  errorMessage = "" 
)

Definition at line 47 of file mns.cpp.

Member Function Documentation

◆ makeMsg()

std::string makeMsg ( const std::string &  verb,
const MemoryID memoryID,
const std::string &  errorMessage = "" 
)
static

Definition at line 53 of file mns.cpp.

+ Here is the call graph for this function:

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