Class ErrorResponse
ErrorResponse
Inheritance
System.Object
ErrorResponse
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: KuberWMS.Models
Assembly: KuberWMS.dll
Syntax
public class ErrorResponse
Properties
Detail
Gets or sets the detail.
Declaration
[JsonProperty("detail")]
public string Detail { get; set; }
Property Value
Type | Description |
---|---|
System. |
The detail. |
NonFieldErrors
Gets or sets the non field errors.
Declaration
[JsonProperty("non_field_errors")]
public List<string> NonFieldErrors { get; set; }
Property Value
Type | Description |
---|---|
System. |
The non field errors. |