hasException property

bool get hasException

Whether the response includes an exception

Implementation

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