#include <sol.hpp>
Public Member Functions | |
dump_error (int error_code_) | |
int | error_code () const |
Public Member Functions inherited from sol::error | |
error (const error &e)=default | |
error (const std::string &str) | |
error (detail::direct_error_tag, const std::string &str) | |
error (detail::direct_error_tag, std::string &&str) | |
error (error &&e)=default | |
error (std::string &&str) | |
error & | operator= (const error &e)=default |
error & | operator= (error &&e)=default |
virtual const char * | what () const noexcept override |
Private Attributes | |
int | m_ec |