SAP Fiori Client Guide

onGetCertificateFailure Method

This method is called by the certificate provider to asynchronously report the result for the getCertificate method. onGetCertificateFailure is called when the certificate provider fails to get the certificate. This method is only used in the SAP Mobile Platform registration case, where getCertificate is called.

Syntax

void onGetCertificateFailure(int errorCode, String errorMessage)

Parameters

  • errorCode An error code specified by the certificate provider.
  • errorMessage An error message specified by the certificate provider.

Returns

None.