feat: Keyring the secret key n34 config keyring --enable
Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
@@ -134,6 +134,11 @@ pub enum N34Error {
|
||||
InvalidStatus(String),
|
||||
#[error("Not valid bunker URL")]
|
||||
NotBunkerUrl,
|
||||
#[error(
|
||||
"No secret key found in the keyring. Please use the secret key at least once while \
|
||||
keyring is enabled to store it"
|
||||
)]
|
||||
SecretKeyKeyringWithoutEntry,
|
||||
}
|
||||
|
||||
impl N34Error {
|
||||
|
||||
Reference in New Issue
Block a user