WebhookValidationError
Defined in: zod/src/index.ts:214
Validation error class for webhook events
Extends
Section titled “Extends”Error
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new WebhookValidationError(
message,zodError,eventType):WebhookValidationError
Defined in: zod/src/index.ts:215
Parameters
Section titled “Parameters”message
Section titled “message”string
zodError
Section titled “zodError”ZodError
eventType
Section titled “eventType”string
Returns
Section titled “Returns”WebhookValidationError
Overrides
Section titled “Overrides”Error.constructor
Properties
Section titled “Properties”eventType
Section titled “eventType”
readonlyeventType:string
Defined in: zod/src/index.ts:218
zodError
Section titled “zodError”
readonlyzodError:ZodError
Defined in: zod/src/index.ts:217