trustbloc / edv

Encrypted data vault implementation in Golang - https://identity.foundation/edv-spec/
Apache License 2.0
16 stars 17 forks source link

Return better error message when attempting to retrieve document from vault with an invalid ID #249

Closed DRK3 closed 2 years ago

DRK3 commented 2 years ago

With the changes in #246, the error message that gets returned if the vault ID used isn't in the proper format will be quite strange/cryptic. We could potentially return a more informative error message.

DRK3 commented 2 years ago

I updated the PR to address this - this issue is no longer applicable