Reply.error constructor

Reply.error(
  1. ReplyError error
)

Creates an error reply containing a ReplyError.

Implementation

Reply.error(ReplyError error) : _sample = null, _error = error;