Searched refs:ERROR_CODE_KEY (Results 1 – 1 of 1) sorted by relevance
78 private static final String ERROR_CODE_KEY = "error_code"; field in SubprocessEventHelper167 tags.putOpt(ERROR_CODE_KEY, mFailure.getErrorIdentifier().code()); in toString()276 long errorCode = jsonObject.optLong(ERROR_CODE_KEY); in InvocationFailedEventInfo()311 tags.putOpt(ERROR_CODE_KEY, mFailure.getErrorIdentifier().code()); in toString()462 tags.putOpt(ERROR_CODE_KEY, mFailure.getErrorIdentifier().code()); in toString()758 long errorCode = jsonObject.optLong(ERROR_CODE_KEY); in updateFailureFromJsonObject()