Gets localized error message that describes the given LinkedIn's error code.
Namespace: CMS.SocialMarketingAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- httpStatusCode
- Type: System Int32
HTTP status code returned when publishing to LinkedIn.
- errorCode
- Type: System Int32
Error code that LinkedIn returned in the response body. Or custom error (negative value)
- errorMessage
- Type: System String
Error message that LinkedIn returned in the response body.
Return Value
Type: StringLocalized error message.
See Also