Click or drag to resize
AuthorizationError Class
Represents SalesForce authentication and authorization REST API error.
Inheritance Hierarchy
SystemObject
  CMS.SalesForce.RestContractAuthorizationError

Namespace: CMS.SalesForce.RestContract
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 9.0.0
Syntax
C#
public sealed class AuthorizationError

The AuthorizationError type exposes the following members.

Constructors
  NameDescription
Public methodAuthorizationError
Top
Fields
  NameDescription
Public fieldCode
The error code.
Public fieldDescription
The error description.
Top
See Also