isAuthenticationError property

bool isAuthenticationError

True if this error is an authentication error.

Implementation

bool get isAuthenticationError => _authenticationErrors.contains(this);