Searched refs:failureInfo (Results 1 – 1 of 1) sorted by relevance
326 PublicErrorInformation failureInfo = getErrorInformation(mErrorCode); in getNumericErrorCode() local327 return failureInfo.errorCode; in getNumericErrorCode()339 PublicErrorInformation failureInfo = getErrorInformation(mErrorCode); in isTransientFailure() local352 return (failureInfo.indicators & IS_TRANSIENT_ERROR) != 0; in isTransientFailure()362 PublicErrorInformation failureInfo = getErrorInformation(mErrorCode); in requiresUserAuthentication() local363 return (failureInfo.indicators & REQUIRES_USER_AUTHENTICATION) != 0; in requiresUserAuthentication()375 PublicErrorInformation failureInfo = getErrorInformation(mErrorCode); in isSystemError() local376 return (failureInfo.indicators & IS_SYSTEM_ERROR) != 0; in isSystemError()385 PublicErrorInformation failureInfo = getErrorInformation(mErrorCode); in getRetryPolicy() local398 return (failureInfo.indicators & IS_TRANSIENT_ERROR) != 0 in getRetryPolicy()[all …]