diff options
Diffstat (limited to 'src/sysync_SDK/Sources/syerror.h')
-rw-r--r-- | src/sysync_SDK/Sources/syerror.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/sysync_SDK/Sources/syerror.h b/src/sysync_SDK/Sources/syerror.h index 5072d6d..09a6f66 100644 --- a/src/sysync_SDK/Sources/syerror.h +++ b/src/sysync_SDK/Sources/syerror.h @@ -157,6 +157,12 @@ enum TSyErrorEnum { LOCERR_BADURL = 20046, /** server not found */ LOCERR_SRVNOTFOUND = 20047, + /** + * ABORTDATASTORE() parameter to flag the current datastore as bad + * without aborting the whole session. Exact reason for abort depends + * on caller of that macro. + */ + LOCERR_DATASTORE_ABORT = 20048, /** cURL error code */ LOCERR_CURL = 21000, |