Unable to see errors when running `zpool status -v` as root

Hello everyone.

I am having a fun time doing some repairs on my backup machine after a disk failure.

I have replaced the failed disk but now zpool status -v shows me :

# zpool status -v
pool: llyn                                               
state: ONLINE                                             
status: One or more devices has experienced an error resulting in data                                                        corruption.  Applications may be affected. 
[...]
errors: List of errors unavailable: permission denied

Can anyone help me figure out why it won’t show me the errors?

I am running proxmox 8:

# zfs --version                                  
zfs-2.2.2-pve1                                             
zfs-kmod-2.2.2-pve1

Turns out it was because the pool was encrypted. I am surprised it couldn’t tell me what dataset the corruption was in.