mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-03 14:33:12 +00:00
chore(keystore): verbose error message when credential is not found (#2943)
This commit is contained in:
parent
6748142f29
commit
b839b1c81f
@ -218,7 +218,8 @@ proc getMembershipCredentials*(
|
||||
return err(
|
||||
AppKeystoreError(
|
||||
kind: KeystoreCredentialNotFoundError,
|
||||
msg: "Credential not found in keystore",
|
||||
msg:
|
||||
"Credential not found in keystore. There are multiple credentials in this keystore, please check if you have used the correct parameters.",
|
||||
)
|
||||
)
|
||||
keystoreCredential = keystoreCredentials[key]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user