ErrorType 열거형
Contains values specifying the type of data contract error message.
네임스페이스: Microsoft.MasterDataServices.Services.DataContracts
어셈블리: Microsoft.MasterDataServices.Services(Microsoft.MasterDataServices.Services.dll)
구문
‘선언
Public Enumeration ErrorType
‘사용 방법
Dim instance As ErrorType
public enum ErrorType
public enum class ErrorType
type ErrorType
public enum ErrorType
멤버
멤버 이름 | 설명 | |
---|---|---|
InputError | An input error. | |
ProcessError | A process error. | |
DatabaseError | A database error. | |
Other | Another kind of error other than those specified. |