Table of Contents

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

ProblemDetailsHttpClientOptions.ErrorMappingFactoryHandler

Exceptions

ArgumentNullException

Thrown when set to null.