Skip to content

ActionAlreadyRegisteredError

Defined in: core/src/error/error.ts:56

Thrown by ActionRegistry.register when an action id is already taken.

new ActionAlreadyRegisteredError(actionId): ActionAlreadyRegisteredError;

Defined in: core/src/error/error.ts:59

Parameter Type
actionId string

ActionAlreadyRegisteredError

ConflictError.constructor

readonly actionId: string;

Defined in: core/src/error/error.ts:57