-
public class ChatNetworkError.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static ChatNetworkError.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final ChatNetworkErrorcreate(ChatErrorCode code, Throwable cause, Integer statusCode)final ChatNetworkErrorcreate(Integer streamCode, String description, Integer statusCode, Throwable cause)-
-
Method Detail
-
create
final ChatNetworkError create(ChatErrorCode code, Throwable cause, Integer statusCode)
-
-
-
-