kotlin-signald
0.30.0+signald-0.23.2-7-1583b4df
common
clientprotocol
/
org.inthewaves.kotlinsignald.clientprotocol.v1.structures
/
UnsupportedGroupError
Unsupported
Group
Error
common
data
class
UnsupportedGroupError
(
message
:
String
?
)
:
TypedExceptionV1
Content copied to clipboard
returned in response to use v1 groups, which are no longer supported
Constructors
Properties
Constructors
Unsupported
Group
Error
Link copied to clipboard
common
fun
UnsupportedGroupError
(
message
:
String
?
=
null
)
Content copied to clipboard
Properties
cause
Link copied to clipboard
common
open
val
cause
:
Throwable
?
Content copied to clipboard
message
Link copied to clipboard
common
open
override
val
message
:
String
?
=
null
Content copied to clipboard