failure property

bool get failure

Returns true if this Result is not successful.

Implementation

bool get failure => !successful;