Revision 86a24969 htools/Ganeti/Errors.hs

b/htools/Ganeti/Errors.hs
67 67
  , ("ProgrammerError", [excErrMsg])
68 68
  , ("BlockDeviceError", [excErrMsg])
69 69
  , ("ConfigurationError", [excErrMsg])
70
  , ("ConfigVersionMismatch", [ ("expCode", [t| Int |])
71
                              , ("actCode", [t| Int |])])
70
  , ("ConfigVersionMismatch", [ ("expVer", [t| Int |])
71
                              , ("actVer", [t| Int |])])
72 72
  , ("ReservationError", [excErrMsg])
73 73
  , ("RemoteError", [excErrMsg])
74 74
  , ("SignatureError", [excErrMsg])

Also available in: Unified diff