SPSocialStatusCode enumeration

Specifies an exception or status code for a social operation.

Namespace:  Microsoft.Office.Server.Social
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

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

Members

Member name Description
OK The operation completed successfully.
InvalidRequest The request is invalid.
AccessDenied The current user is not authorized to perform the operation.
ItemNotFound The target of the operation was not found.
InvalidOperation The operation is invalid for the target's current state.
ItemNotModified The operation completed without modifying the target.
InternalError The operation failed because an internal error occurred.
CacheReadError The operation failed because the server could not access the distributed cache.
CacheUpdateError The operation succeeded but the server could not update the distributed cache.
PersonalSiteNotFound No personal site exists for the current user, and no further information is available.
FailedToCreatePersonalSite No personal site exists for the current user, and a previous attempt to create one failed.
NotAuthorizedToCreatePersonalSite No personal site exists for the current user, and a previous attempt to create one was not authorized.
CannotCreatePersonalSite No personal site exists for the current user, and no attempt should be made to create one.
LimitReached The operation was rejected because an internal limit has been reached.
AttachmentError The operation failed because an error occurred during the processing of the specified attachment.
PartialData The operation succeeded with recoverable errors but the returned data is incomplete.
FeatureDisabled A required SharePoint feature is not enabled.

See also

Reference

Microsoft.Office.Server.Social namespace