Skip to content

@nht-pandats/sdk / @nht-pandats/sdk/clients / @nht-pandats/sdk/clients/affiliateApi / AffiliateApiError

Interface: AffiliateApiError

@nht-pandats/sdk/clients.@nht-pandats/sdk/clients/affiliateApi.AffiliateApiError

An object representing an error from an Affiliate API operation.

Properties

code

code: string

A code representing the error that occurred.

Defined in

src/clients/affiliateApi/utils.ts:220


description

description: string

A description of the error that occurred.

Defined in

src/clients/affiliateApi/utils.ts:224


field

Optional field: string

The field that the error occurred on.

Defined in

src/clients/affiliateApi/utils.ts:228


param

Optional param: string

The parameter that the error occurred on.

Defined in

src/clients/affiliateApi/utils.ts:232