Hyper API for C++ 0.0.20746
Hyper client library for C++ applications
|
This is the complete list of members for hyperapi::HyperException, including all inherited members.
getCause() const noexcept | hyperapi::HyperException | |
getContextId() const noexcept | hyperapi::HyperException | inline |
getHint() const noexcept | hyperapi::HyperException | inline |
getMainMessage() const noexcept | hyperapi::HyperException | inline |
HYPER_DEPRECATED("Use getMainMessage() instead. This function will be removed in the future.") const char *getMessage() const noexcept | hyperapi::HyperException | inline |
HYPER_DEPRECATED("Use getHint() instead. This function will be removed in the future.") const char *getHintMessage() const noexcept | hyperapi::HyperException | inline |
HYPER_DEPRECATED("Use getCause().has_value() instead. This function will be removed in the future.") bool hasCause() const noexcept | hyperapi::HyperException | inline |
HyperException(const HyperException &other) noexcept | hyperapi::HyperException | |
HyperException(HyperException &&other)=default | hyperapi::HyperException | |
operator=(const HyperException &other) noexcept | hyperapi::HyperException | |
operator=(HyperException &&other)=default | hyperapi::HyperException | |
toString() const | hyperapi::HyperException | |
what() const noexcept override | hyperapi::HyperException |