You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Flank there is a function Utlis#withGlobalExecptionHandling which is a kind of wrapper to main and its duty is to handle all flank's custom errors. MatrixCanceledError and InfrastructureError detailed messages are not printed.
We should implement a logic to print detailed message (or default one)
The text was updated successfully, but these errors were encountered:
pawelpasterz
changed the title
feat: Some errors do not print details when handled.
feat: Add printing detailed messages for Flank's errors.
Aug 21, 2020
In Flank there is a function
Utlis#withGlobalExecptionHandling
which is a kind of wrapper tomain
and its duty is to handle all flank's custom errors.MatrixCanceledError
andInfrastructureError
detailed messages are not printed.We should implement a logic to print detailed message (or default one)
The text was updated successfully, but these errors were encountered: