Searched refs:mErrorCode (Results 1 – 1 of 1) sorted by relevance
26 private final int mErrorCode; field in ExecResultException30 mErrorCode = errorCode; in ExecResultException()45 return mErrorCode; in getErrorCode()54 String result = String.format("%1$s Error %2$d", getLabel(), mErrorCode); in toString()