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
When an ActionLogic error is thrown, the intent is to communicate the context in which the error was thrown (i.e. the name of the specific class). Instead the context today reports a generic catchall Class:
The issue is not threading the executionContext from ActionCore through to the ActionValidation methods. If executionContext is passed as an argument, when we find an error within any of the ActionValidation methods we would have the originating class information for producing a better error message.
The text was updated successfully, but these errors were encountered:
When an
ActionLogic
error is thrown, the intent is to communicate thecontext
in which the error was thrown (i.e. the name of the specific class). Instead thecontext
today reports a generic catchallClass
:The issue is not threading the
executionContext
fromActionCore
through to theActionValidation
methods. IfexecutionContext
is passed as an argument, when we find an error within any of theActionValidation
methods we would have the originating class information for producing a better error message.The text was updated successfully, but these errors were encountered: