v3.1.2
2020.3+
Class EconomyValidationErrorDetail
Namespace: Unity.Services.Economy
Syntax
public class EconomyValidationErrorDetail
Constructors
EconomyValidationErrorDetail(String, List<String>)
Single error in the Validation Error Response.
Declaration
public EconomyValidationErrorDetail(string field, List<string> messages)
Parameters
Type | Name | Description |
---|---|---|
String | field | The field in the data that caused the error. |
List<String> | messages | Messages that describe the errors. |
Properties
Field
The field in the data that caused the error.
Declaration
public string Field { get; }
Property Value
Type | Description |
---|---|
String |
Messages
Messages that describe the errors.
Declaration
public List<string> Messages { get; }
Property Value
Type | Description |
---|---|
List<String> |