The request was rejected because the credential report does not exist. To generate a credential report, use GenerateCredentialReport.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("ReportNotPresent")) return null; CredentialReportNotPresentException e = (CredentialReportNotPresentException)super.unmarshall(node); return e; }