FacebookPostInfoProviderGetFacebookPostErrorMessage Method |
Gets localized error message that describes the given Facebook's error code.
Namespace: CMS.SocialMarketingAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 11.0.0
Syntax protected virtual string GetFacebookPostErrorMessage(
int errorCode
)
Parameters
- errorCode
- Type: SystemInt32
Error code that Facebook returned.
Return Value
Type:
StringLocalized error message.
See Also