hasException property

bool hasException
inherited

Whether the response includes an exception

Implementation

bool get hasException => (exception != null);