PaymentFailure

data class PaymentFailure(val errorCode: String, val message: String) : ElepayError

Payment is failed.

You may use the errorCode for technical support.

Constructors

Link copied to clipboard
constructor(errorCode: String, message: String)

Properties

Link copied to clipboard

The error code indicates what the specific error occurred. You may use this value for our technical support.

Link copied to clipboard

A message associated with this error.