This is the complete list of members for sol::error, including all inherited members.
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 | |
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 |