empty constant

Result const empty

An empty responds that does not include any result data.

Consider using this object as a result for Commands that do not return any data.

Implementation

static const Result empty = _EmptyResult();