Class ProblemDetailsHttpClientOptions
- Namespace
- MRX.UI.ErrorsAutoWiring.Http
- Assembly
- MRX.UI.ErrorsAutoWiring.dll
Options controlling the behavior of ProblemDetailsHttpClient.
public class ProblemDetailsHttpClientOptions
- Inheritance
-
ProblemDetailsHttpClientOptions
- Inherited Members
Properties
ErrorMappingFactory
The factory delegate used to map coded errors onto model fields. Cannot be set to null.
public ProblemDetailsHttpClientOptions.ErrorMappingFactoryHandler ErrorMappingFactory { get; set; }
Property Value
Exceptions
- ArgumentNullException
Thrown when set to null.