#include <APErrorObject.h>
◆ APErrorObject()
| APErrorObject::APErrorObject |
( |
int | errCode, |
|
|
const std::string & | errorMsg ) |
◆ displayError()
| void APErrorObject::displayError |
( |
| ) |
const |
◆ getCurrentTimestamp()
| std::string APErrorObject::getCurrentTimestamp |
( |
| ) |
const |
|
private |
◆ getErrorCode()
| int APErrorObject::getErrorCode |
( |
| ) |
const |
◆ getErrorMessage()
| std::string APErrorObject::getErrorMessage |
( |
| ) |
const |
◆ getModuleId()
| std::string APErrorObject::getModuleId |
( |
| ) |
const |
◆ getModuleName()
| std::string APErrorObject::getModuleName |
( |
| ) |
const |
◆ getTimestamp()
| std::string APErrorObject::getTimestamp |
( |
| ) |
const |
◆ setErrorCode()
| void APErrorObject::setErrorCode |
( |
int | errCode | ) |
|
◆ setErrorMessage()
| void APErrorObject::setErrorMessage |
( |
const std::string & | errorMsg | ) |
|
◆ setModuleId()
| void APErrorObject::setModuleId |
( |
const std::string & | modId | ) |
|
◆ setModuleName()
| void APErrorObject::setModuleName |
( |
const std::string & | modName | ) |
|
◆ mErrorCode
| int APErrorObject::mErrorCode |
|
private |
◆ mErrorMessage
| std::string APErrorObject::mErrorMessage |
|
private |
◆ mModuleId
| std::string APErrorObject::mModuleId |
|
private |
◆ mModuleName
| std::string APErrorObject::mModuleName |
|
private |
◆ mTimestamp
| std::string APErrorObject::mTimestamp |
|
private |
The documentation for this class was generated from the following files: