Rxova
Skip to content

Type Alias: JourneyDevtoolsBridgeOperationErrorEnvelope

@rxova/journey-devtools-bridge


@rxova/journey-devtools-bridge / JourneyDevtoolsBridgeOperationErrorEnvelope

type JourneyDevtoolsBridgeOperationErrorEnvelope = JourneyDevtoolsEnvelopeBase & object;

Defined in: protocol.types.ts:156

error: JourneyDevtoolsSerializedError;
kind: "operationError";
operationId: string;
requestId: string;
source: typeof JOURNEY_DEVTOOLS_BRIDGE_SOURCE;