Lightweight 0.20260303.0
Loading...
Searching...
No Matches
Lightweight::SqlRequireLoadedError Class Reference

Represents an error when a record is required to be loaded but is not. More...

#include <Error.hpp>

Inheritance diagram for Lightweight::SqlRequireLoadedError:

Public Member Functions

 SqlRequireLoadedError (std::string_view columnType)
 Constructs the error with the name of the column type that failed to load.
 

Detailed Description

Represents an error when a record is required to be loaded but is not.

Definition at line 15 of file Error.hpp.

Constructor & Destructor Documentation

◆ SqlRequireLoadedError()

Lightweight::SqlRequireLoadedError::SqlRequireLoadedError ( std::string_view  columnType)
inlineexplicit

Constructs the error with the name of the column type that failed to load.

Definition at line 19 of file Error.hpp.


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