Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 1.7 KB

File metadata and controls

59 lines (40 loc) · 1.7 KB
description title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID ms.date ms.topic api_name topic_type api_type api_location ROBOTS
Learn more about: JET_ERR
JET_ERR
JET_ERR
cd9cb876-251c-458d-a015-8e9045e77fc9
32765707
04/11/2016
reference
kbArticle
apiref
COM
INDEX,FOLLOW

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