Class BatchBasicErrorBody
Single error in the Batch Basic Error Response.
Inherited Members
Namespace: Unity.Services.Apis.CloudSave
Assembly: solution.dll
Syntax
[Preserve]
public class BatchBasicErrorBody
Constructors
BatchBasicErrorBody(List<string>, string)
Initializes a new instance of the BatchBasicErrorBody class.
Declaration
[Preserve]
public BatchBasicErrorBody(List<string> messages = null, string key = null)
Parameters
Type | Name | Description |
---|---|---|
List<string> | messages | messages (required). |
string | key | key (required). |
Properties
Key
Gets or Sets Key
Declaration
[Preserve]
public string Key { 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> |