mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-24 05:23:33 +08:00
#17160: Displaying clearer error messages in Live Writer
Work Item: 17160 --HG-- branch : 1.x
This commit is contained in:
@@ -5,6 +5,7 @@ namespace Orchard.Core.XmlRpc.Models {
|
||||
public XRpcMethodResponse() { Params = new List<XRpcData>(); }
|
||||
|
||||
public IList<XRpcData> Params { get; set; }
|
||||
public XRpcFault Fault { get; set; }
|
||||
|
||||
public XRpcMethodResponse Add<T>(T value) {
|
||||
Params.Add(XRpcData.For(value));
|
||||
|
Reference in New Issue
Block a user