Returns true if the status represents any error state.
true
Error states include: invalid, dropped, or usurped. Use error to get the error details if available.
bool get isError => isInvalid || isDropped || isUsurped;