Package com.adyen.checkout.dropin
Class DropInResult.Error
-
- All Implemented Interfaces:
public final class DropInResult.Error extends DropInResult
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 DropInService. In this case, the reason parameter will have the same value as DropInServiceResult.Error.reason.
-
-
Constructor Summary
Constructors Constructor Description DropInResult.Error(String reason)
-