SocialStatusCode enumeration

Specifies an exception or status code for a social operation.

Namespace:  Microsoft.SharePoint.Client.Social
Assembly:  Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)

Syntax

'Declaration
Public Enumeration SocialStatusCode
'Usage
Dim instance As SocialStatusCode
public enum SocialStatusCode

Members

Member name Description
OK
InvalidRequest
AccessDenied
ItemNotFound
InvalidOperation
ItemNotModified
InternalError
CacheReadError
CacheUpdateError
PersonalSiteNotFound
FailedToCreatePersonalSite
NotAuthorizedToCreatePersonalSite
CannotCreatePersonalSite
LimitReached
AttachmentError
PartialData
FeatureDisabled
StorageQuotaExceeded
DatabaseError

See also

Reference

Microsoft.SharePoint.Client.Social namespace