LinkedInPostInfoProvider GetLinkedInPostErrorMessage Method Kentico 8.1 API Reference
Gets localized error message that describes the given LinkedIn's error code.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

httpStatusCode
Type: OnlineSystem Int32
HTTP status code returned when publishing to LinkedIn.
errorCode
Type: OnlineSystem Int32
Error code that LinkedIn returned in the response body. Or custom error (negative value)
errorMessage
Type: OnlineSystem String
Error message that LinkedIn returned in the response body.

Return Value

Type: OnlineString
Localized error message.
See Also