Skip to content

@stephansama packages / @stephansama/typed-events / event-map / TypedEventMapError

Class: TypedEventMapError

Defined in: event-map.ts:12

Extends

Constructors

Constructor

ts
new TypedEventMapError(id, issues): TypedEventMapError;

Defined in: event-map.ts:13

Parameters

id

string

issues

readonly Issue[]

Returns

TypedEventMapError

Overrides

ValidatorError.constructor

Released under MIT license