Skip to content

@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

  • Error

    CRMClientAuthenticationError

Constructors

constructor

new CRMClientAuthenticationError(message?, response?): CRMClientAuthenticationError

Creates a new instance of the CRMClientAuthenticationError class.

Parameters

NameTypeDescription
message?stringThe error message.
response?AxiosResponse<any, any>The Axios response associated with the error, if available.

Returns

CRMClientAuthenticationError

Overrides

Error.constructor

Defined in

src/clients/crm.ts:28

Properties

response

Optional Readonly response: AxiosResponse<any, any>

The Axios response associated with the error, if available.

Defined in

src/clients/crm.ts:21