Skip to content
Snippets Groups Projects
Commit 0c9a5fd3 authored by Giuseppe Lo Presti's avatar Giuseppe Lo Presti Committed by Steven Murray
Browse files

Added SQLERR used by the new SQLError exception.

parent b0c241d4
Branches
Tags
No related merge requests found
......@@ -75,8 +75,9 @@
#define SEENTRYEXISTS SEBASEOFF+35 /* Entry already exists */
#define SEGROUPUNKN SEBASEOFF+36 /* Group Unknown */
#define SECHECKSUM SEBASEOFF+37 /* Wrong checksum */
#define SESQLERR SEBASEOFF+38 /* SQL exception from database */
#define SEMAXERR SEBASEOFF+37 /* Maximum error number */
#define SEMAXERR SEBASEOFF+38 /* Maximum error number */
#define SERRNO (serrno - SEBASEOFF) /* User convenience */
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment