diff --git a/htools/Ganeti/Errors.hs b/htools/Ganeti/Errors.hs index cd4c6294821e2a280ed4c3e3462166bb84c1a4dc..052d1b3844f89e231b2deeebb323757d086c0c9b 100644 --- a/htools/Ganeti/Errors.hs +++ b/htools/Ganeti/Errors.hs @@ -88,7 +88,8 @@ $(genException "GanetiException" , ("UnitParseError", [excErrMsg]) , ("ParseError", [excErrMsg]) , ("TypeEnforcementError", [excErrMsg]) - , ("X509CertError", [excErrMsg]) + , ("X509CertError", [ ("certFileName", [t| String |]) + , excErrMsg ]) , ("TagError", [excErrMsg]) , ("CommandError", [excErrMsg]) , ("StorageError", [excErrMsg])