#include <CTiglError.h>
Inheritance diagram for tigl::CTiglError:Public Member Functions | |
| TIGL_EXPORT | CTiglError (std::string error="", TiglReturnCode errorCode=TIGL_ERROR) noexcept |
| virtual TIGL_EXPORT TiglReturnCode | getCode () const noexcept |
| TIGL_EXPORT const char * | what () const noexcept override |
| TIGL_EXPORT | ~CTiglError () noexcept override |
Private Attributes | |
| TiglReturnCode | code |
| std::string | err |
|
noexcept |
|
overridenoexcept |
|
virtualnoexcept |
|
overridenoexcept |
|
private |
|
private |