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
But by default, an Error thrown from inside an API implementation function is not exposed to the extension code that called the function – it is converted into generic errors with the message “An unexpected error occurred”. To throw a specific error to extensions, use the ExtensionError class:
fx source docs
The text was updated successfully, but these errors were encountered: