Searched refs:errorName (Results 1 – 2 of 2) sorted by relevance
275 String errorName = jsonObject.optString(ERROR_NAME_KEY); in InvocationFailedEventInfo() local277 if (errorName != null) { in InvocationFailedEventInfo()282 return errorName; in InvocationFailedEventInfo()757 String errorName = jsonObject.optString(ERROR_NAME_KEY); in updateFailureFromJsonObject() local759 if (errorName != null) { in updateFailureFromJsonObject()764 return errorName; in updateFailureFromJsonObject()
839 String errorName = debugContext.getErrorName(); in parseDebugInfoContext() local841 if (!Strings.isNullOrEmpty(errorName)) { in parseDebugInfoContext()850 return errorName; in parseDebugInfoContext()