Better error message for users when there is no specific snapshot

I tried to rollback to snapshot which does not exist and it there was this output:

root@omnia:~# schnapps rollback 136
ERROR: Could not statfs: No such file or directory
Rolling back failed!

Can we change it to something like this?

ERROR: Snapshot does not exists.
Rollback failed!