Click or drag to resize
Error Class
Represents an error element which is usually returned as an API response in case of a protocol error.
Inheritance Hierarchy
SystemObject
  CMS.SocialMarketing.LinkedInInternalError

Namespace: CMS.SocialMarketing.LinkedInInternal
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 10.0.0
Syntax
C#
public class Error

The Error type exposes the following members.

Constructors
  NameDescription
Public methodError
Top
Properties
  NameDescription
Public propertyErrorCode
Error code of the response.
Public propertyMessage
Message describing the error condition.
Public propertyRequestId
Request identifier.
Public propertyStatus
HTTP status code of the response.
Public propertyTimestamp
Timestampe of the response.
Top
Remarks
This class is public for purposes of serialization only. Do not consider it a part of public API. The class' content may change without prior notification.
See Also