Enums§
- SQLRite
Error - SQLRiteError is an enum with all the standardized errors available for returning
Functions§
- sqlrite_
error - Returns SQLRiteError::General error from String
Type Aliases§
- Result
- This is a type that encapsulated the
std::resultwith the enumSQLRiteErrorand makes function signatures easier to read.