agent: fix JSON encoding for protocol errors to be compatible with iOS (#1475)

This commit is contained in:
Evgeny
2025-03-06 08:02:27 +00:00
committed by GitHub
parent 9fece9ce3d
commit 1a2afe8bfd

View File

@@ -1818,9 +1818,9 @@ tDecodeParseValidate THandleParams {sessionId, thVersion = v, implySessId} = \ca
$(J.deriveJSON defaultJSON ''MsgFlags)
$(J.deriveJSON (taggedObjectJSON id) ''CommandError)
$(J.deriveJSON (sumTypeJSON id) ''CommandError)
$(J.deriveJSON (taggedObjectJSON id) ''BrokerErrorType)
$(J.deriveJSON (sumTypeJSON id) ''BrokerErrorType)
$(J.deriveJSON defaultJSON ''BlockingInfo)