Version

ErrorCondition Enumeration

Enumeration listing potential WebScheduleDataProvider error conditions.
Syntax
'Declaration
 
Public Enum ErrorCondition 
   Inherits System.Enum
public enum ErrorCondition : System.Enum 
Members
MemberDescription
ConcurrencyConflictThis user attempted to modify a piece of information that had already been modified by an earlier user. This user's change must be discarded and their view refreshed.
DataErrorThere was an error carrying out data commands or binding data to the object model.
NoConnectionAn error occurred while opening the Connection.
OKThe operation was successful -- there is no error.
Remarks

An application that subscribes to the DataProviderError event receive an error indication matching one of these general qualifiers.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also