Class BatchBasicErrorBody
Single error in the Batch Basic Error Response.
Inherited Members
Namespace: Unity.Services.Apis.Admin.CloudSave
Assembly: Unity.Services.Apis.dll
Syntax
[DataContract(Name = "BatchBasicErrorBody")]
[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
[DataMember(Name = "key", IsRequired = true, EmitDefaultValue = true)]
[Preserve]
public string Key { get; set; }
Property Value
Type | Description |
---|---|
string |
Messages
Gets or Sets Messages
Declaration
[DataMember(Name = "messages", IsRequired = true, EmitDefaultValue = true)]
[Preserve]
public List<string> Messages { get; set; }
Property Value
Type | Description |
---|---|
List<string> |