Interface ErrorDelegate

All Known Subinterfaces:
BasePaymentAdministrationDelegate, BasePaymentDelegate, CardReadDelegate, CardReaderStatusDelegate, PaymentDelegate, TerminalDelegate, TerminalDiscoveryDelegate, TokenDelegate
All Known Implementing Classes:
ErrorDelegateMulticaster

public interface ErrorDelegate
Allows flagging errors to the originator
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    onError(Error error)
     
    default void
    Deprecated.
  • Method Details