Module Secrets.Privkey_error

type t = [
| `Corrupted_privkey of Core.Error.t
| `Incorrect_password_or_corrupted_privkey
| `Cannot_open_file of string * Core.Unix.Error.t
| `Parent_directory_does_not_exist of string
| `Password_not_in_environment of string list
]
val to_string : t -> string
val raise : which:string -> t -> 'a
val corrupted_privkey : Core.Error.t -> ( 'a, t ) Core.Result.t