MillicastSDK 2.0.0
|
This is the complete list of members for millicast::Error, including all inherited members.
Error()=default | millicast::Error | |
Error(Error &&) noexcept=default | millicast::Error | |
Error(const Error &)=default | millicast::Error | |
Error(int val, const std::error_category &cat) noexcept | millicast::Error | |
Error(int val, const std::error_category &cat, const std::string &error_reason) | millicast::Error | |
Error(const std::exception_ptr &exception) noexcept | millicast::Error | |
Error(EnumT value) | millicast::Error | inline |
Error(EnumT value, const std::string &reason) | millicast::Error | inline |
message() const | millicast::Error | inline |
operator=(Error &&) noexcept=default | millicast::Error | |
operator=(const Error &)=default | millicast::Error | |
operator==(EnumT val) const | millicast::Error | inline |