Remove YAML parsing error
This commit is contained in:
parent
1f5eaa8bce
commit
60c509dba0
1 changed files with 0 additions and 3 deletions
|
|
@ -16,7 +16,6 @@ public enum AppError: Error {
|
||||||
case GitResetError
|
case GitResetError
|
||||||
case PGPPublicKeyNotExistError
|
case PGPPublicKeyNotExistError
|
||||||
case WrongPasswordFilename
|
case WrongPasswordFilename
|
||||||
case YamlLoadError
|
|
||||||
case DecryptionError
|
case DecryptionError
|
||||||
case UnknownError
|
case UnknownError
|
||||||
}
|
}
|
||||||
|
|
@ -38,8 +37,6 @@ extension AppError: LocalizedError {
|
||||||
return "PGP public key doesn't exist."
|
return "PGP public key doesn't exist."
|
||||||
case .WrongPasswordFilename:
|
case .WrongPasswordFilename:
|
||||||
return "Cannot write to the password file."
|
return "Cannot write to the password file."
|
||||||
case .YamlLoadError:
|
|
||||||
return "Cannot be parsed as a YAML file."
|
|
||||||
case .DecryptionError:
|
case .DecryptionError:
|
||||||
return "Cannot decrypt password."
|
return "Cannot decrypt password."
|
||||||
case .UnknownError:
|
case .UnknownError:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue