-
- All Implemented Interfaces:
public class ChatErrorRepresents the error in the SDK.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classChatError.GenericErrorAn error that only contains the message.
public final classChatError.ThrowableErrorAn error that contains a message and cause.
public final classChatError.NetworkErrorAn error resulting from the network operation.
-
Method Summary
Modifier and Type Method Description abstract StringgetMessage()-
-
Method Detail
-
getMessage
abstract String getMessage()
-
-
-
-