Class ResultModelErrorDetail
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.AspNetCore.Transports.Rest
Assembly: Cephalon.AspNetCore.dll
Represents structured error details inside a
public sealed class ResultModelErrorDetailInheritance
Section titled “Inheritance”object ← ResultModelErrorDetail
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
Section titled “Constructors”ResultModelErrorDetail()
Section titled “ ResultModelErrorDetail()”Initializes a new instance of the
public ResultModelErrorDetail()Properties
Section titled “Properties”Details
Section titled “ Details”Gets or sets additional error details when one was supplied.
[JsonPropertyName("details")]public string? Details { get; set; }Property Value
Section titled “Property Value”Gets or sets the stable error key.
[JsonPropertyName("key")]public string Key { get; set; }Property Value
Section titled “Property Value”Message
Section titled “ Message”Gets or sets the human-readable error message.
[JsonPropertyName("message")]public string Message { get; set; }Property Value
Section titled “Property Value”Severity
Section titled “ Severity”Gets or sets the error severity.
[JsonPropertyName("severity")][JsonConverter(typeof(JsonStringEnumConverter<BehaviorFaultSeverity>))]public BehaviorFaultSeverity Severity { get; set; }Property Value
Section titled “Property Value”BehaviorFaultSeverity