This is the complete list of members for sol::dump_error, including all inherited members.
dump_error(int error_code_) | sol::dump_error | inline |
error(const std::string &str) | sol::error | inline |
error(std::string &&str) | sol::error | inline |
error(detail::direct_error_tag, const std::string &str) | sol::error | inline |
error(detail::direct_error_tag, std::string &&str) | sol::error | inline |
error(const error &e)=default | sol::error | |
error(error &&e)=default | sol::error | |
error_code() const | sol::dump_error | inline |
m_ec | sol::dump_error | private |
operator=(const error &e)=default | sol::error | |
operator=(error &&e)=default | sol::error | |
what() const noexcept override | sol::error | inlinevirtual |
what_reason | sol::error | private |