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
This is not an issue, but it is more of an enhancement.
I would like to be able to translate the exception messages, and currently, there is not an easy way to do that.
In order to do that, I believe adding an error code for each exception, will allow me to determine what exception is thrown and translate the error messages.
Also, having a different error code for each exception will allow developers to easily determine where the exception is thrown.
For example, there is the Algorithm not supported string, that is thrown from 4 places.
The text was updated successfully, but these errors were encountered:
This is not an issue, but it is more of an enhancement.
I would like to be able to translate the exception messages, and currently, there is not an easy way to do that.
In order to do that, I believe adding an error code for each exception, will allow me to determine what exception is thrown and translate the error messages.
Also, having a different error code for each exception will allow developers to easily determine where the exception is thrown.
For example, there is the
Algorithm not supported
string, that is thrown from 4 places.The text was updated successfully, but these errors were encountered: