Object ChatErrorCode.Companion
-
- All Implemented Interfaces:
public class ChatErrorCode.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static ChatErrorCode.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final BooleanisAuthenticationError(Integer code)Checks if the error represented by the code is an authentication error. -
-
Method Detail
-
isAuthenticationError
final Boolean isAuthenticationError(Integer code)
Checks if the error represented by the code is an authentication error.
- Parameters:
code- The code returned by the Stream backend.
-
-
-
-