kalium
common
network
/
com.wire.kalium.network.api.base.model
/
ErrorResponse
Error
Response
data
class
ErrorResponse
(
val
code
:
Int
,
val
message
:
String
,
val
label
:
String
,
val
cause
:
Cause
?
=
null
)
Members
Constructors
Error
Response
Link copied to clipboard
constructor
(
code
:
Int
,
message
:
String
,
label
:
String
,
cause
:
Cause
?
=
null
)
Properties
cause
Link copied to clipboard
val
cause
:
Cause
?
=
null
code
Link copied to clipboard
val
code
:
Int
label
Link copied to clipboard
val
label
:
String
message
Link copied to clipboard
val
message
:
String
Functions
is
Federation
Error
Link copied to clipboard
fun
isFederationError
(
)
:
Boolean