Constructor CloudSaveValidationErrorDetail
CloudSaveValidationErrorDetail(string, List<string>, string)
Single error in the Validation Error Response.
Declaration
[Preserve]
public CloudSaveValidationErrorDetail(string field, List<string> messages, string key = null)
Parameters
Type | Name | Description |
---|---|---|
string | field | The field in the data that caused the error. |
List<string> | messages | Messages that describe the errors. |
string | key | The data key that caused the error. |