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
// We set the Description to the LAST non-null value we find that matches the status code.
379
-
apiResponseType.Description??=responseMetadataTypes.LastOrDefault(x =>x.StatusCode==apiResponseType.StatusCode&&x.Type==apiResponseType.Type&&x.Descriptionis not null)?.Description;
0 commit comments