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
/// <summary>/// This is the summary/// </summary>[ErrorCodes(HtErrorCode.GENERAL_ResourceLocked|HtErrorCode.ROUTING_NoPathFound)]publicHtReturnStatusFoo(){returnHtReturnStatus.Failed(HtErrorCode.GENERAL_ResourceLocked);}
It would be nice if u see the ErrorCodes Attribute in the ToolTip and also the value HtErrorCode.GENERAL_ResourceLocked | HtErrorCode.ROUTING_NoPathFound.
Why is this important?
I have a result object HtReturnStatus where an ErrorCode is returned as an enum and I want to see which possible ErrorCodes can be returned.
The text was updated successfully, but these errors were encountered:
I have the following method:
Actually the
ToolTip
is as following:https://i.imgur.com/yGgwLJt.png
It would be nice if u see the
ErrorCodes Attribute
in theToolTip
and also the valueHtErrorCode.GENERAL_ResourceLocked | HtErrorCode.ROUTING_NoPathFound
.Why is this important?
I have a result object
HtReturnStatus
where anErrorCode
is returned as anenum
and I want to see which possibleErrorCodes
can be returned.The text was updated successfully, but these errors were encountered: