You can check error in logs by →
journalctl -p 3 -xb
This will generate the lists of logs which had identified errors.
To know critical logs use →
journalctl -p 2 -xb
I only know about these two to check errors in logs; except these, rest are logs of the current sessions.
Experienced users please correct me if I am going wrong.