ClientErrorCodes.GenericError field

Provides a constant integer that represents a generic error.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)

Syntax

'Declaration
Public Const GenericError As Integer
'Usage
Dim value As Integer

value = ClientErrorCodes.GenericError
public const int GenericError

Remarks

The value is always -1.

See also

Reference

ClientErrorCodes class

ClientErrorCodes members

Microsoft.SharePoint.Client namespace