-
public final class ChatNetworkError extends ChatError
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classChatNetworkError.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Stringdescriptionprivate final IntegerstreamCodeprivate final IntegerstatusCodeprivate final Throwablecauseprivate final Stringmessage
-
Method Summary
Modifier and Type Method Description final StringgetDescription()final IntegergetStreamCode()final IntegergetStatusCode()final ThrowablegetCause()final StringgetMessage()StringtoString()-
-
Method Detail
-
getDescription
final String getDescription()
-
getStreamCode
final Integer getStreamCode()
-
getStatusCode
final Integer getStatusCode()
-
getMessage
final String getMessage()
-
-
-
-