Function: isJourneyError()
@rxova/journey-core / isJourneyError
function isJourneyError(value): value is JourneyError;Defined in: packages/core/src/core/errors.ts:73
Narrowing helper, so consumers need not import the class to test for it.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
value | unknown |
Returns
Section titled “Returns”value is JourneyError