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
/// Initializes a new instance of the <see cref="OperationResult"/> class and sets the passed result object. Internally, this will set the Success result to True.
251
+
/// </summary>
252
+
/// <param name="resultObject">An initial failure message for the operation result. This will fail the success status.</param>
253
+
/// <remarks>If the operation is a get operation, an empty result must return a truthy Success value.</remarks>
0 commit comments