hasError property

bool hasError

Проверка наличии ошибки

Implementation

bool get hasError => success == false && errorCode != '0';