Skip to content

WebhookValidationError

Defined in: zod/src/index.ts:214

Validation error class for webhook events

  • Error

new WebhookValidationError(message, zodError, eventType): WebhookValidationError

Defined in: zod/src/index.ts:215

string

ZodError

string

WebhookValidationError

Error.constructor

readonly eventType: string

Defined in: zod/src/index.ts:218


readonly zodError: ZodError

Defined in: zod/src/index.ts:217