isErr method

bool isErr()

Checks if the snapshot has an error. Returns true if the snapshot has an error.

Implementation

bool isErr() => hasError;