|
Senzing C++ SDK
C++ SDK for Senzing v4, patterned after the official C# SDK
|
This is the complete list of members for senzing::sdk::SzException, including all inherited members.
| ErrorCode() const noexcept | senzing::sdk::SzException | inline |
| errorCode_ | senzing::sdk::SzException | protected |
| message_ | senzing::sdk::SzException | protected |
| SzException()=default | senzing::sdk::SzException | |
| SzException(std::string message) | senzing::sdk::SzException | inlineexplicit |
| SzException(std::optional< int64_t > errorCode, std::string message) | senzing::sdk::SzException | inline |
| SzException(const std::exception &cause) | senzing::sdk::SzException | inlineexplicit |
| SzException(std::string message, const std::exception &cause) | senzing::sdk::SzException | inline |
| SzException(std::optional< int64_t > errorCode, std::string message, const std::exception &cause) | senzing::sdk::SzException | inline |
| what() const noexcept override | senzing::sdk::SzException | inline |
| ~SzException() override=default | senzing::sdk::SzException |