InvalidPayload

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

The data of the payment is invalid. 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.