Light Logo
JavaScript SDK (v0.36.0)Reference

WebhookSignatureVerificationError

Error thrown when webhook signature verification fails.

Class: WebhookSignatureVerificationError

Error thrown when webhook signature verification fails.

Extends

  • Error

Extended by

Constructors

Constructor

new WebhookSignatureVerificationError(message?): WebhookSignatureVerificationError

Parameters

message?

string

Returns

WebhookSignatureVerificationError

Inherited from

Error.constructor

Constructor

new WebhookSignatureVerificationError(message?, options?): WebhookSignatureVerificationError

Parameters

message?

string

options?

ErrorOptions

Returns

WebhookSignatureVerificationError

Inherited from

Error.constructor