StartReplicationResponse.withError constructor

StartReplicationResponse.withError(
  1. SatelliteException error,
  2. StackTrace stackTrace
)

Implementation

StartReplicationResponse.withError(
  SatelliteException this.error,
  StackTrace this.stackTrace,
);