kalium
common
network
/
com.wire.kalium.network.exceptions
/
KaliumException
/
ServerError
Server
Error
data
class
ServerError
(
val
errorResponse
:
<Error class: unknown class>
)
:
KaliumException
http error 500 .. 599
Members
Members & Extensions
Constructors
Server
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
Error
Link copied to clipboard
fun
KaliumException.ServerError
.
isFederationError
(
)
:
Boolean