Senzing C++ SDK
C++ SDK for Senzing v4, patterned after the official C# SDK
Loading...
Searching...
No Matches
senzing::sdk::SzException Member List

This is the complete list of members for senzing::sdk::SzException, including all inherited members.

ErrorCode() const noexceptsenzing::sdk::SzExceptioninline
errorCode_senzing::sdk::SzExceptionprotected
message_senzing::sdk::SzExceptionprotected
SzException()=defaultsenzing::sdk::SzException
SzException(std::string message)senzing::sdk::SzExceptioninlineexplicit
SzException(std::optional< int64_t > errorCode, std::string message)senzing::sdk::SzExceptioninline
SzException(const std::exception &cause)senzing::sdk::SzExceptioninlineexplicit
SzException(std::string message, const std::exception &cause)senzing::sdk::SzExceptioninline
SzException(std::optional< int64_t > errorCode, std::string message, const std::exception &cause)senzing::sdk::SzExceptioninline
what() const noexcept overridesenzing::sdk::SzExceptioninline
~SzException() override=defaultsenzing::sdk::SzException