SocialStatusCode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum SocialStatusCode
type SocialStatusCode =
Public Enum SocialStatusCode
- Inheritance
-
SocialStatusCode
Fields
Name | Value | Description |
---|---|---|
OK | 0 | |
InvalidRequest | 1 | |
AccessDenied | 2 | |
ItemNotFound | 3 | |
InvalidOperation | 4 | |
ItemNotModified | 5 | |
InternalError | 6 | |
CacheReadError | 7 | |
CacheUpdateError | 8 | |
PersonalSiteNotFound | 9 | |
FailedToCreatePersonalSite | 10 | |
NotAuthorizedToCreatePersonalSite | 11 | |
CannotCreatePersonalSite | 12 | |
LimitReached | 13 | |
AttachmentError | 14 | |
PartialData | 15 | |
FeatureDisabled | 16 | |
StorageQuotaExceeded | 17 | |
DatabaseError | 18 |