core: print error context on store internal errors (#1699)

This commit is contained in:
JRoberts
2023-01-06 14:22:16 +04:00
committed by GitHub
parent ae5deab8d3
commit 58f06aa821
2 changed files with 23 additions and 10 deletions
+2
View File
@@ -1157,6 +1157,7 @@ data SndMsgDelivery = SndMsgDelivery
{ connId :: Int64,
agentMsgId :: AgentMsgId
}
deriving (Show)
data RcvMsgDelivery = RcvMsgDelivery
{ connId :: Int64,
@@ -1164,6 +1165,7 @@ data RcvMsgDelivery = RcvMsgDelivery
agentMsgMeta :: MsgMeta,
agentAckCmdId :: CommandId
}
deriving (Show)
data MsgMetaJSON = MsgMetaJSON
{ integrity :: Text,