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
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Expected behavior
Return proper error message when the action is not public.
--> Referring to discussion leading up to this issue.
Expected error message:
The action ACTION_NAME on module MODULE_NAME is not public
.Actual behavior
Not clear from error what has gone wrong.
Steps to reproduce
Define an action as private and call the action.
channel.invoke('chain:mytestaction', ...)
Which version(s) does this affect? (Environment, OS, etc...)
2.*
The text was updated successfully, but these errors were encountered: