StopReplicationResponse.withError constructor

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

Implementation

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