다음을 통해 공유


HttpValidationProblemDetails.Errors 속성

정의

HttpValidationProblemDetails인스턴스와 연결된 유효성 검사 오류를 가져옵니다.

public System.Collections.Generic.IDictionary<string,string[]> Errors { get; }
public System.Collections.Generic.IDictionary<string,string[]> Errors { get; set; }
[System.Text.Json.Serialization.JsonPropertyName("errors")]
public System.Collections.Generic.IDictionary<string,string[]> Errors { get; set; }
member this.Errors : System.Collections.Generic.IDictionary<string, string[]>
member this.Errors : System.Collections.Generic.IDictionary<string, string[]> with get, set
[<System.Text.Json.Serialization.JsonPropertyName("errors")>]
member this.Errors : System.Collections.Generic.IDictionary<string, string[]> with get, set
Public ReadOnly Property Errors As IDictionary(Of String, String())
Public Property Errors As IDictionary(Of String, String())

속성 값

특성

적용 대상