Class EconomyValidationErrorDetail
Inherited Members
Namespace: Unity.Services.Economy
Assembly: Unity.Services.Economy.dll
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> |