cryptolError for ExpandPropGuardsError

This commit is contained in:
Henry Blanchette 2022-08-13 14:37:47 -07:00
parent c33c3fd1c4
commit 961cb004e3

View File

@ -79,6 +79,11 @@ cryptolError modErr warns =
(20710, [ ("source", jsonPretty src)
, ("errors", jsonList (map jsonPretty errs))
])
ExpandPropGuardsError src err ->
(20711, [ ("source", jsonPretty src)
, ("errors", jsonPretty err)
])
NoIncludeErrors src errs ->
-- TODO: structured error here
(20720, [ ("source", jsonPretty src)