LlamaLib  v2.0.2
Cross-platform library for local LLMs
Loading...
Searching...
No Matches
ErrorState Struct Reference

Error state container for sharing between libraries. More...

#include <error_handling.h>

Public Attributes

int status_code = 0
 
std::string status_message = ""
 

Detailed Description

Error state container for sharing between libraries.

Definition at line 21 of file error_handling.h.

Member Data Documentation

◆ status_code

int ErrorState::status_code = 0

Definition at line 23 of file error_handling.h.

◆ status_message

std::string ErrorState::status_message = ""

Definition at line 24 of file error_handling.h.


The documentation for this struct was generated from the following file: