Type Alias: JourneyDevtoolsBridgeOperationErrorEnvelope
@rxova/journey-devtools-bridge
@rxova/journey-devtools-bridge / JourneyDevtoolsBridgeOperationErrorEnvelope
type JourneyDevtoolsBridgeOperationErrorEnvelope = JourneyDevtoolsEnvelopeBase & object;Defined in: protocol.types.ts:156
Type Declaration
Section titled “Type Declaration”error: JourneyDevtoolsSerializedError;kind: "operationError";operationId
Section titled “operationId”operationId: string;requestId
Section titled “requestId”requestId: string;source
Section titled “source”source: typeof JOURNEY_DEVTOOLS_BRIDGE_SOURCE;