Class: PesaWebhookError
Defined in: packages/pesa/src/errors.ts:28
Thrown when a webhook fails signature verification.
Extends
Constructors
Constructor
new PesaWebhookError(message): PesaWebhookError;Defined in: packages/pesa/src/errors.ts:29
Parameters
| Parameter | Type |
|---|---|
message | string |
Returns
PesaWebhookError
Overrides
Properties
| Property | Modifier | Type | Inherited from | Defined in |
|---|---|---|---|---|
code | readonly | string | PesaError.code | packages/pesa/src/errors.ts:12 |