◆ StatusCodeException() [1/2]
| StatusCodeException::StatusCodeException | ( | fiftyoneDegreesStatusCode | code | ) |
New exception from the status code provided.
- Parameters
-
- code - indicating the error
◆ StatusCodeException() [2/2]
StatusCodeException::StatusCodeException ( fiftyoneDegreesStatusCode code, const char * fileName ) New exception from the status code provided and the file name relating to the operation which failed.
- Parameters
-
- code - indicating the error
- fileName - relating the failed operation
Member Function Documentation
◆ what()
const char * StatusCodeException::what ( ) const noexceptGet the message associated with the exception.
- Returns
- error message
Member Data Documentation
◆ message
string FiftyoneDegrees::Common::StatusCodeException::message protectedError message from the status code.
The documentation for this class was generated from the following files:- Exceptions.hpp
- Exceptions.cpp
