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
Sure, I understand that. But "a failure without errors is not a failure" sounds illogical to me. Logic dictates that a failure with no errors cannot exist because it is not a failure at all, since there are no errors in it :)
Perhaps rather naively, I'd expect the following code to either fail at runtime or the assertion to succeed.
But
result.IsFailed
turns out to befalse
, which seems a bit weird to me for an object that was created withResult.Fail()
.Is it supposed to work like this?
The text was updated successfully, but these errors were encountered: