Skip to main content

Module error

Module error 

Source

Enums§

SQLRiteError
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::result with the enum SQLRiteError and makes function signatures easier to read.