Enumeração ErrorType
Contains values specifying the type of data contract error message.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (em Microsoft.MasterDataServices.Services.dll)
Sintaxe
'Declaração
Public Enumeration ErrorType
'Uso
Dim instance As ErrorType
public enum ErrorType
public enum class ErrorType
type ErrorType
public enum ErrorType
Membros
Nome do membro | Descrição | |
---|---|---|
InputError | An input error. | |
ProcessError | A process error. | |
DatabaseError | A database error. | |
Other | Another kind of error other than those specified. |