Interface StorageErrorHandler
public interface StorageErrorHandler
Interface to forward any errors that happen when using StorageManagerContract
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandleStorageError(com.pingidentity.sdk.pingonewallet.errors.StorageError error) Handle errors in storage
-
Method Details
-
handleStorageError
void handleStorageError(com.pingidentity.sdk.pingonewallet.errors.StorageError error) Handle errors in storage- Parameters:
error- : StorageError
-