Click or drag to resize
TwitterPostInfoProviderGetTwitterPostErrorMessage Method
Gets localized error message that describes the given Twitter's error code.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual string GetTwitterPostErrorMessage(
	int errorCode
)

Parameters

errorCode
Type: SystemInt32
Error code that Twitter returned.

Return Value

Type: String
Localized error message.
See Also