kalium
common
network
/
com.wire.kalium.network.exceptions
/
KaliumException
/
FederationError
Federation
Error
data
class
FederationError
(
val
errorResponse
:
<Error class: unknown class>
)
:
KaliumException
Federation errors types
Members
Members & Extensions
Constructors
Federation
Error
Link copied to clipboard
constructor
(
errorResponse
:
<Error class: unknown class>
)
Properties
error
Response
Link copied to clipboard
val
errorResponse
:
<Error class: unknown class>
Functions
is
Federation
Denied
Link copied to clipboard
fun
KaliumException.FederationError
.
isFederationDenied
(
)
:
Boolean
is
Federation
Not
Enabled
Link copied to clipboard
fun
KaliumException.FederationError
.
isFederationNotEnabled
(
)
:
Boolean