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
Hello! 👋
I wanted to throw with runAsync the same type of error as with runSync.
But runAsync only returns a code, and I can't create RunError myself because its init method is internal, although the struct is public.
Is it intentional? Should the public init method be added as it was added for CaptureError
The text was updated successfully, but these errors were encountered:
Hello! 👋
I wanted to throw with
runAsync
the same type of error as withrunSync
.But
runAsync
only returns a code, and I can't createRunError
myself because its init method is internal, although the struct is public.Is it intentional? Should the public init method be added as it was added for CaptureError
The text was updated successfully, but these errors were encountered: