Class HttpValidationProblemDetails
Inherited Members
Namespace: FastReport.Cloud
Assembly: FastReport.Cloud.SDK.dll
Syntax
public class HttpValidationProblemDetails : ProblemDetails
Properties
Errors
Declaration
public System.Collections.Generic.IDictionary<string, System.Collections.Generic.ICollection<string>> Errors { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.Collections.Generic.ICollection<System.String>> |