Show / Hide Table of Contents

Class ValidationProblemDetails

A ProblemDetails for validation errors.

Inheritance
Object
ProblemDetails
ValidationProblemDetails
Inherited Members
ProblemDetails.Type
ProblemDetails.Title
ProblemDetails.Status
ProblemDetails.Detail
ProblemDetails.Instance
ProblemDetails.Extensions
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: IRM.Extensions.Http
Assembly: IRM.Extensions.Http.dll
Syntax
public class ValidationProblemDetails : ProblemDetails

Constructors

ValidationProblemDetails()

Initializes a new instance of ValidationProblemDetails.

Declaration
public ValidationProblemDetails()

Properties

Errors

Gets the validation errors associated with this instance of ValidationProblemDetails.

Declaration
public IDictionary<string, string[]> Errors { get; }
Property Value
System.Collections.Generic.IDictionary<String, String[]>

Back to top Generated by DocFX