Elepay Error
Defines the errors that the client may receive.
Inheritors
Types
Link copied to clipboard
The specified payment is in processing now.
Link copied to clipboard
The data of the payment is invalid. You may use the errorCode for technical support.
Link copied to clipboard
Payment is failed.
Link copied to clipboard
The required permissions are not granted for the current payment processing.
Link copied to clipboard
The SDK has not been initialized correctly. Make sure the Elepay.setup is correctly called.
Link copied to clipboard
An internal system error.
Link copied to clipboard
data class UninitializedPaymentMethod(val errorCode: String, val paymentMethod: String, val message: String) : ElepayError
The specified payment method is not been initialized correctly. You may use the errorCode for technical support.
Link copied to clipboard
The specified payment method is not supported.