We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Determines the response body returned for Json responses
public System.Func<Pact.Web.ErrorHandling.Interfaces.IErrorDetails,object> JsonResponseFormatter { get; set; }
System.Func<Pact.Web.ErrorHandling.Interfaces.IErrorDetails,System.Object>
JsonResponseFormatter = model => new {result = "ERROR", message = model.Details, code = model.Code};