UNPKG

@rudderstack/workflow-engine

Version:
13 lines 461 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.StepCreationError = void 0; const status_1 = require("./status"); class StepCreationError extends status_1.StatusError { constructor(message, stepName, childStepName) { super(message, 400); this.stepName = stepName; this.childStepName = childStepName; } } exports.StepCreationError = StepCreationError; //# sourceMappingURL=step_creation.js.map