Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

EventRecordFailure

import type { EventRecordFailure } from "https://googleapis.deno.dev/v1/games:v1.ts";

An event update failure resource.

interface EventRecordFailure {
eventId?: string;
failureCause?: "NOT_FOUND" | "INVALID_UPDATE_VALUE";
kind?: string;
}

§Properties

§
eventId?: string
[src]

The ID of the event that was not updated.

§
failureCause?: "NOT_FOUND" | "INVALID_UPDATE_VALUE"
[src]

The cause for the update failure.

§
kind?: string
[src]

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