Searched refs:mErrorDetails (Results 1 – 1 of 1) sorted by relevance
73 private final @Nullable Asn1Node mErrorDetails; field in EuiccCardErrorException84 mErrorDetails = null; in EuiccCardErrorException()99 mErrorDetails = errorDetails; in EuiccCardErrorException()115 return mErrorDetails; in getErrorDetails()121 + ", errorDetails=" + (mErrorDetails == null ? "null" : mErrorDetails.toHex()); in getMessage()