kotlin-signald
0.30.0+signald-0.23.2-7-1583b4df
common
clientprotocol
/
org.inthewaves.kotlinsignald.clientprotocol.v1.structures
/
ProtocolNoSessionError
Protocol
No
Session
Error
common
data
class
ProtocolNoSessionError
(
sender
:
String
?
,
timestamp
:
Long
?
,
message
:
String
?
,
senderDevice
:
Int
?
,
contentHint
:
Int
?
,
groupId
:
String
?
)
:
TypedExceptionV1
Content copied to clipboard
Properties
Properties
cause
Link copied to clipboard
common
open
val
cause
:
Throwable
?
Content copied to clipboard
contentHint
Link copied to clipboard
common
val
contentHint
:
Int
?
=
null
Content copied to clipboard
groupId
Link copied to clipboard
common
val
groupId
:
String
?
=
null
Content copied to clipboard
message
Link copied to clipboard
common
open
override
val
message
:
String
?
=
null
Content copied to clipboard
sender
Link copied to clipboard
common
val
sender
:
String
?
=
null
Content copied to clipboard
senderDevice
Link copied to clipboard
common
val
senderDevice
:
Int
?
=
null
Content copied to clipboard
timestamp
Link copied to clipboard
common
val
timestamp
:
Long
?
=
null
Content copied to clipboard