ErrorType Enumeration

Contains values specifying the type of data contract error message.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Syntax

'Declaration
Public Enumeration ErrorType
'Usage
Dim instance As ErrorType
public enum ErrorType
public enum class ErrorType
type ErrorType
public enum ErrorType

Members

Member name Description
InputError An input error.
ProcessError A process error.
DatabaseError A database error.
Other Another kind of error other than those specified.