FlowNameConflictError
Extends
Section titled “Extends”Error
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new FlowNameConflictError(flowName, reason): FlowNameConflictError;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
|
|
|
|
Returns
Section titled “Returns”FlowNameConflictError
Overrides
Section titled “Overrides”Error.constructorProperties
Section titled “Properties”flowName
Section titled “flowName”readonly flowName: string;readonly name: "FlowNameConflictError" = 'FlowNameConflictError';Overrides
Section titled “Overrides”Error.namereason
Section titled “reason”readonly reason: "code" | "dynamic" | "bundle";