isError property

int? isError
final

Whether the completed result is an error: 1 = yes, 0 = no, -1 = not in complete state (when tag == 0).

Implementation

final int? isError;