#include <sol.hpp>

Public Member Functions | |
| dump_error (int error_code_) | |
| int | error_code () const |
Public Member Functions inherited from sol::error | |
| error (const std::string &str) | |
| error (std::string &&str) | |
| error (detail::direct_error_tag, const std::string &str) | |
| error (detail::direct_error_tag, std::string &&str) | |
| error (const error &e)=default | |
| error (error &&e)=default | |
| error & | operator= (const error &e)=default |
| error & | operator= (error &&e)=default |
| virtual const char * | what () const noexceptoverride |
Private Attributes | |
| int | ec_ |