Reply.error constructor
Reply.error(
- ReplyError error
Creates an error reply containing a ReplyError.
Implementation
Reply.error(ReplyError error) : _sample = null, _error = error;
Creates an error reply containing a ReplyError.
Reply.error(ReplyError error) : _sample = null, _error = error;