toggle menu
Keyple Interop Json API Client Library
0.1.6
common
switch theme
search in API
Keyple Interop Json API Client Library
/
org.eclipse.keyple.interop.jsonapi.client.api
/
KeypleResult
/
Failure
Failure
data
class
Failure
<
T
>
(
val
status
:
Status
,
val
message
:
String
,
val
data
:
T
?
=
null
)
:
KeypleResult
<
T
>
Members
Constructors
Failure
Link copied to clipboard
constructor
(
status
:
Status
,
message
:
String
,
data
:
T
?
=
null
)
Properties
data
Link copied to clipboard
val
data
:
T
?
=
null
message
Link copied to clipboard
val
message
:
String
status
Link copied to clipboard
val
status
:
Status