hasException property

bool hasException

Whether the response includes an exception

Implementation

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