CardLost

class CardLost(cause: Throwable? = null) : CeiError

The NFC tag was lost or the card was moved away during a session. Ask the user to hold the card steady and try again.

Constructors

Link copied to clipboard
constructor(cause: Throwable? = null)