是否可以从string转换为HttpError对象?
HttpResponseMessage response=
_controller.AddFeedback(Guid.NewGuid(),feedbackSessionDto);
// Assert
string message = response.Content.ReadAsStringAsync().Result;
消息看起来像这样“{\”消息\“:\”更新时出错\“}”
我想要httpError