1 implementation of GetClientError
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\ProblemDetailsClientErrorFactory.cs (1)
15
public IActionResult
GetClientError
(ActionContext actionContext, IClientErrorActionResult clientError)
1 reference to GetClientError
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\ClientErrorResultFilter.cs (1)
48
var result = _clientErrorFactory.
GetClientError
(context, clientError);