Have you ever been presented with a weird permission issue but you were unable to really get what is the real permission issue is and wonder why life sometimes is too complicated?
You do not have {0} permissions to access {1} records.
It would be very simple and approachable if you can get to know what is {0} and what is {1}

So to be able to get the details of the error just follow the below sample steps:
- Enable Developer tools ->F12.
- Reproduce the error.
- Go to the Network tab and you will find the details of the error in there and you can actually get the missing permission privilege and entity

Hope this is useful!