How to get quickly to the "1 Error" (top right)

There is this " ! " on the top right corner of Phpstorm.
Clicking on it gives "1 error found".
Is there a way to go quickly to that error from the keyboard (and not swim through all warnings like F2 does)?
请先登录再写评论。
Hi there,
If you right click it .. you will have some options there (top menu entries).
Other than that: "Code | Inspect Code..." and you will see all errors listed in a separate tool window where you can group all issues by severity.
Ok, right-click and chosing "Go to High priority only" then F2 did it for me.
Thanks Andriy!