Package com.adyen.checkout.dropin
Class SessionDropInResult.Error
-
- All Implemented Interfaces:
public final class SessionDropInResult.Error extends SessionDropInResult
Drop-in has encountered an error.
Two scenarios could trigger this result:
An exception occurred during Drop-in.
DropInServiceResult.Error was returned in your implementation of SessionDropInService. In this case, the reason parameter will have the same value as DropInServiceResult.Error.reason.
-
-
Constructor Summary
Constructors Constructor Description SessionDropInResult.Error(String reason)
-