#include <Error.h>
BUSBOY::Error::Error |
( |
const std::string & |
summary, |
|
|
const std::string & |
detail, |
|
|
const std::string & |
source, |
|
|
Severity |
severity = ERROR |
|
) |
| |
BUSBOY::Error::Error |
( |
const Error & |
error | ) |
|
BUSBOY::Error::~Error |
( |
| ) |
|
std::string BUSBOY::Error::getDetail |
( |
| ) |
const |
std::string BUSBOY::Error::getSource |
( |
| ) |
const |
std::string BUSBOY::Error::getSummary |
( |
| ) |
const |
bool BUSBOY::Error::operator!= |
( |
const Error & |
error | ) |
const |
Error & BUSBOY::Error::operator= |
( |
const Error & |
error | ) |
|
bool BUSBOY::Error::operator== |
( |
const Error & |
error | ) |
const |
Parses the string equivalent of the enum.
For example: "ERROR" –> ERROR
Returns the string equivalent of the enum.
For example: ERROR –> "ERROR"
std::string BUSBOY::Error::str |
( |
| ) |
const |
The documentation for this class was generated from the following files:
Copyright 2014 Google Inc. All rights reserved.