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
/
SDKV1TransactionError
/
ConnectionFailed
Connection
Failed
class
ConnectionFailed
(
val
message
:
String
?
)
:
SDKV1TransactionError
Connection was lost with the reader device
Parameters
message
a message explaining why it was connection failed
Members
Constructors
Connection
Failed
Link copied to clipboard
constructor
(
message
:
String
?
)
Properties
message
Link copied to clipboard
val
message
:
String
?
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String