Class HttpCodedErrorsProblemDetailsException
- Namespace
- MRX.UI.ErrorsAutoWiring.Http.Interop
- Assembly
- MRX.UI.ErrorsAutoWiring.dll
An HttpProblemDetailsException whose problem details response included an "errors" extension compatible with MRX coded errors.
public class HttpCodedErrorsProblemDetailsException : HttpProblemDetailsException, ISerializable
- Inheritance
-
HttpCodedErrorsProblemDetailsException
- Implements
- Inherited Members
Properties
Errors
The coded errors extracted from the response's "errors" extension, keyed by the server-provided error key.
public Dictionary<string, CodedError[]> Errors { get; set; }