![]() |
LlamaLib
v2.0.2
Cross-platform library for local LLMs
|
Error state container for sharing between libraries. More...
#include <error_handling.h>
Public Attributes | |
| int | status_code = 0 |
| std::string | status_message = "" |
Error state container for sharing between libraries.
Definition at line 21 of file error_handling.h.
| int ErrorState::status_code = 0 |
Definition at line 23 of file error_handling.h.
| std::string ErrorState::status_message = "" |
Definition at line 24 of file error_handling.h.