@nht-pandats/sdk / @nht-pandats/sdk/clients / @nht-pandats/sdk/clients/crm / CRMClientAuthenticationError
Class: CRMClientAuthenticationError
@nht-pandats/sdk/clients.@nht-pandats/sdk/clients/crm.CRMClientAuthenticationError
Custom error class for authentication errors in the CRM client.
Hierarchy
↳
CRMClientAuthenticationError
Constructors
constructor
• new CRMClientAuthenticationError(message?, response?): CRMClientAuthenticationError
Creates a new instance of the CRMClientAuthenticationError class.
Parameters
| Name | Type | Description |
|---|---|---|
message? | string | The error message. |
response? | AxiosResponse<any, any> | The Axios response associated with the error, if available. |
Returns
Overrides
Error.constructor
Defined in
Properties
response
• Optional Readonly response: AxiosResponse<any, any>
The Axios response associated with the error, if available.