SnapshotErrorMessage constructor

SnapshotErrorMessage({
  1. String? failureCode,
  2. String? failureReason,
  3. String? snapshotClusterIdentifier,
  4. String? snapshotIdentifier,
})

Implementation

SnapshotErrorMessage({
  this.failureCode,
  this.failureReason,
  this.snapshotClusterIdentifier,
  this.snapshotIdentifier,
});