Click or drag to resize
TwitterPostInfoProvider Fields

The TwitterPostInfoProvider type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberERROR_CODE_DOCUMENT_NOT_EXIST
Error code represents the post belongs to the document that doesn't exist.
Public fieldStatic memberERROR_CODE_INVALID_ACCOUNT
Error code represents unexpected error with Twitter account (account doesn't exist or it isn't valid).
Public fieldStatic memberERROR_CODE_INVALID_APPLICATION
Error code represents unexpected error with Twitter application (application doesn't exist or it isn't valid).
Public fieldStatic memberERROR_CODE_UNKNOWN_ERROR
Error code represents unknown error when publishing the post.
Protected fieldhashtableLock
Table lock for loading hashtables
(Inherited from BaseAbstractInfoProvider.)
Protected fieldinfos
Info tables.
(Inherited from BaseAbstractInfoProvider.)
Public fieldStatic memberPOST_DELAY_TOLERANCE
Scheduled posts which are late on publishing for more than POST_DELAY_TOLERANCE are reported as faulty.
Top
See Also