| 123456789101112131415161718192021222324252627282930313233 | .TH "ADatabaseError" 3 "Tue Jul 27 2021" "openPilotLog" \" -*- nroff -*-.ad l.nh.SH NAMEADatabaseError \- Custom Database Error derived from QSqlError\&. Extends text() adding 'Database Error: ' before the text\&. Errors that are related to SQL are assigned their respective error codes\&. Errors that occur with data in the database are handled with the error code 'opl' and QSqlError::UnknownError\&.  .SH SYNOPSIS.br.PP.PP\fC#include <adatabase\&.h>\fP.PPInherits QSqlError\&..SS "Public Member Functions".in +1c.ti -1c.RI "\fBADatabaseError\fP (QString msg)".br.ti -1c.RI "QString \fBtext\fP () const".br.ti -1c.RI "\fBADatabaseError\fP (QSqlError)".br.in -1c.SH "Detailed Description".PP Custom Database Error derived from QSqlError\&. Extends text() adding 'Database Error: ' before the text\&. Errors that are related to SQL are assigned their respective error codes\&. Errors that occur with data in the database are handled with the error code 'opl' and QSqlError::UnknownError\&. .SH "Author".PP Generated automatically by Doxygen for openPilotLog from the source code\&.
 |