Show / Hide Table of Contents

Class EventRecordFailure

This is a JSON template for an event update failure resource.

Inheritance
System.Object
EventRecordFailure
Implements
IDirectResponseSchema
Namespace: Google.Apis.Games.v1.Data
Assembly: Google.Apis.Games.v1.dll
Syntax
public class EventRecordFailure : object, IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

EventId

The ID of the event that was not updated.

Declaration
public virtual string EventId { get; set; }
Property Value
Type Description
System.String

FailureCause

The cause for the update failure. Possible values are: - "NOT_FOUND" - An attempt was made to set an event that was not defined. - "INVALID_UPDATE_VALUE" - An attempt was made to increment an event by a non-positive value.

Declaration
public virtual string FailureCause { get; set; }
Property Value
Type Description
System.String

Kind

Uniquely identifies the type of this resource. Value is always the fixed string games#eventRecordFailure.

Declaration
public virtual string Kind { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top