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
Error messages should clearly state the problem without placeholder and repeated logs text so that users can directly understand what went wrong. Users should be able to see the original exception when it's passed up the call stack and is in the user code so they can handle it.
VDK developers should be discouraged to use generic error messages like "An error occurred". This will give more meaningful feedback to users.