Searched refs:detailedErrorCode (Results 1 – 4 of 4) sorted by relevance
43 PropertyNotAvailableException(int propertyId, int areaId, int detailedErrorCode, in PropertyNotAvailableException() argument48 + PropertyNotAvailableErrorCode.toString(detailedErrorCode)); in PropertyNotAvailableException()49 mDetailedErrorCode = detailedErrorCode; in PropertyNotAvailableException()
81 @DetailedErrorCodeInt int detailedErrorCode) { in toString()82 switch (detailedErrorCode) { in toString()96 return Integer.toString(detailedErrorCode); in toString()
338 int detailedErrorCode) { in onDownloadError() argument396 .setDetailedErrCode(detailedErrorCode) in onDownloadError()
136 int detailedErrorCode) { in testDownloadSuccessCallback()