Readers SDK
Toggle table of contents
version 28.0.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Readers SDK
model
/
com.mpos.payments.transaction.model
/
SDKV2TransactionError
/
ReadError
Read
Error
sealed
class
ReadError
:
SDKV2TransactionError
An error occurred while reading a card
Inheritors
AidNotSupported
CommunicationError
Other
Members
Types
Aid
Not
Supported
Link copied to clipboard
object
AidNotSupported
:
SDKV2TransactionError.ReadError
Communication
Error
Link copied to clipboard
object
CommunicationError
:
SDKV2TransactionError.ReadError
Other
Link copied to clipboard
class
Other
(
val
description
:
String
?
=
null
)
:
SDKV2TransactionError.ReadError
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String