JET_ERR
Applies to: Windows | Windows Server
JET_ERR
The JET_ERR data type contains an Extensible Storage Engine error code.
typedef long JET_ERR;
Data Types
JET_ERR
A zero value (corresponding to JET_errSuccess) indicates that the call succeeded. A positive value warns of a non-fatal condition that occurred during an otherwise successful call. A negative value indicates that the call failed.
Remarks
For information about returning errors as HRESULTs, see Extensible Storage Engine Errors. For information about flags for configuring the database to handle errors, see Error Handling Parameters.
Requirements
Requirement | Value |
---|---|
Client |
Requires Windows Vista, Windows XP, or Windows 2000 Professional. |
Server |
Requires Windows Server 2008, Windows Server 2003, or Windows 2000 Server. |
Header |
Declared in Esent.h. |
See Also
Extensible Storage Engine Errors
Extensible Storage Engine Error Codes
Error Handling Parameters