Click or drag to resize
TwitterPostInfoTwitterPostErrorCode Property
Gets or sets the code of the error that occurred while publishing the Twitter post. Positive numbers are Twitter's error codes, negative numbers are our custom error codes. ERROR_CODE_UNKNOWN_ERROR Unexpected error that was not returned by Twitter. ERROR_CODE_INVALID_ACCOUNT Account doesn't exist or it is not valid. ERROR_CODE_INVALID_APPLICATION Application doesn't exist or it is not valid. ERROR_CODE_DOCUMENT_NOT_EXIST Related document doesn't exist.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 8.2.23
Syntax
C#
public virtual Nullable<int> TwitterPostErrorCode { get; set; }

Property Value

Type: NullableInt32
See Also