I am getting the below exceptions from SDK, So please let me know when this exception will occur & how to fix it?
Exception 1:-
SendBirdException{code=400302, message=This session token is invalid.}
at com.sendbird.android.Connection.j(SourceFile:27)
at com.sendbird.android.SocketManager$l.call(SourceFile:17)
at com.sendbird.android.SocketManager$l.call(SourceFile:1)
at com.sendbird.android.q$a.call(SourceFile:1)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:919)
Exception 2:-
SendBirdException{code=810100, message=SendBirdSyncManager.setup() not called.}
at com.sendbird.syncmanager.z.b(SourceFile:11)
at com.sendbird.syncmanager.z.a(SourceFile:1)
at com.sendbird.syncmanager.y.a(SourceFile:3)
at com.sendbird.syncmanager.SendBirdSyncManager.setup(SourceFile:15)
Also please confirm above mentioned are Fatal exceptions or just SDK errors?