#include <AbstractApduResponseParser.h>
◆ StatusProperties() [1/2]
keyple::core::command::StatusProperties::StatusProperties |
( |
const std::string & |
information | ) |
|
Create a successful status.
- Parameters
-
information | the status information |
◆ StatusProperties() [2/2]
keyple::core::command::StatusProperties::StatusProperties |
( |
const std::string & |
information, |
|
|
const std::type_info & |
exceptionClass |
|
) |
| |
Create an error status.
If
is null, then a successful status is created.
- Parameters
-
information | the status information |
exceptionClass | the associated exception class |
◆ getExceptionClass()
const std::type_info & keyple::core::command::StatusProperties::getExceptionClass |
( |
| ) |
const |
- Returns
- the nullable exception class
◆ getInformation()
const std::string & keyple::core::command::StatusProperties::getInformation |
( |
| ) |
const |
- Returns
- the status information
◆ isSuccessful()
bool keyple::core::command::StatusProperties::isSuccessful |
( |
| ) |
const |
Gets the successful.
- Returns
- the successful
The documentation for this class was generated from the following files: