Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies an exception or status code.
Applies to: apps for SharePoint | Office 365 | SharePoint Foundation 2013 | SharePoint Server 2013
SP.Social.SocialStatusCode
Members
The SocialStatusCode enumeration has the following members.
Member |
Value |
Description |
---|---|---|
OK |
0 |
The operation completed successfully. |
invalidRequest |
1 |
The request is invalid. |
accessDenied |
2 |
The current user is not authorized to perform the operation. |
itemNotFound |
3 |
The target of the operation was not found. |
invalidOperation |
4 |
The operation is invalid for the target's current state. |
itemNotModified |
5 |
The operation completed without modifying the target. |
internalError |
6 |
The operation failed because an internal error occurred. |
cacheReadError |
7 |
The operation failed because the server could not access the distributed cache. |
cacheUpdateError |
8 |
The operation succeeded but the server could not update the distributed cache. |
personalSiteNotFound |
9 |
No personal site exists for the current user, and no further information is available. |
failedToCreatePersonalSite |
10 |
No personal site exists for the current user, and a previous attempt to create one failed. |
notAuthorizedToCreatePersonalSite |
11 |
No personal site exists for the current user, and a previous attempt to create one was not authorized. |
cannotCreatePersonalSite |
12 |
No personal site exists for the current user, and no attempt should be made to create one. |
limitReached |
13 |
The operation was rejected because an internal limit has been reached. |
attachmentError |
14 |
The operation failed because an error occurred during the processing of the specified attachment. |
partialData |
15 |
The operation succeeded with recoverable errors but the returned data is incomplete. |
featureDisabled |
16 |
A required SharePoint feature is not enabled. |