Reply.error constructor

Reply.error(
  1. ReplyError error, {
  2. EntityGlobalId? replierId,
})

Creates an error reply containing a ReplyError.

Implementation

Reply.error(ReplyError error, {this.replierId})
  : _sample = null,
    _error = error;