Skip to content

UnknownEventTypeError

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

Error thrown when an unregistered event type is received and allowUnknownEvents is false

  • Error

new UnknownEventTypeError(eventType): UnknownEventTypeError

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

string

UnknownEventTypeError

Error.constructor

readonly eventType: string

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