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
As part of #45, we implemented a solution for handling native errors. To make this easier, we provided the name of the msg-value in calls to SendMessage. This mapping from the value to the constant name causes issues as the same value may exist in multiple constants which have different meanings. Therefore, we should separate the constants that represent msg values into a separate class.
The text was updated successfully, but these errors were encountered:
As part of #45, we implemented a solution for handling native errors. To make this easier, we provided the name of the
msg
-value in calls toSendMessage
. This mapping from the value to the constant name causes issues as the same value may exist in multiple constants which have different meanings. Therefore, we should separate the constants that representmsg
values into a separate class.The text was updated successfully, but these errors were encountered: