v3.1.2
2020.3+

Class EconomyValidationErrorDetail

Inheritance
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
TypeNameDescription
Stringfield

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
TypeDescription
String

Messages

Messages that describe the errors.

Declaration
public List<string> Messages { get; }
Property Value
TypeDescription
List<String>