Class ValidationErrorBody
Single error in the Validation Error Response.
Inherited Members
Namespace: Unity.Services.Apis.Economy
Assembly: solution.dll
Syntax
[Preserve]
public class ValidationErrorBody
Constructors
ValidationErrorBody(string, List<string>)
Initializes a new instance of the ValidationErrorBody class.
Declaration
[Preserve]
public ValidationErrorBody(string field = null, List<string> messages = null)
Parameters
Type | Name | Description |
---|---|---|
string | field | field (required). |
List<string> | messages | messages (required). |
Properties
Field
Gets or Sets Field
Declaration
[Preserve]
public string Field { get; set; }
Property Value
Type | Description |
---|---|
string |
Messages
Gets or Sets Messages
Declaration
[Preserve]
public List<string> Messages { get; set; }
Property Value
Type | Description |
---|---|
List<string> |