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
Yes, the full instantiated type Result[int, cstring]
The better error message would be:
Error: unhandled exception: 'value' is not accessible using discriminant 'ok' of type 'bool' in variant object of type 'Result[int, cstring]' [FieldError]
Following #10053 and #11951, field error messages has been improved.
For generics, however the generic type isn't reported:
Error
The text was updated successfully, but these errors were encountered: