OperationErrorStatus Enumeration

[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]

Describes the errors that occur during an operation.

Namespace:  System.ServiceModel.DomainServices.Client
Assembly:  System.ServiceModel.DomainServices.Client (in System.ServiceModel.DomainServices.Client.dll)

Syntax

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

Members

Member name Description
NotFound The resource cannot be found.
ServerError A server error has occurred during the processing of the operation.
NotSupported The operation is not supported.
Unauthorized The operation is not authorized for execution.
ValidationFailed Validation for the operation has failed.
Conflicts Conflicts have occurred. See EntityConflict for the conflicts for a given entity.

See Also

Reference

System.ServiceModel.DomainServices.Client Namespace