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

EventBatchRecordFailure

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

A batch update failure resource.

interface EventBatchRecordFailure {
failureCause?:
| "TOO_LARGE"
| "TIME_PERIOD_EXPIRED"
| "TIME_PERIOD_SHORT"
| "TIME_PERIOD_LONG"
| "ALREADY_UPDATED"
| "RECORD_RATE_HIGH";
kind?: string;
}

§Properties

§
failureCause?: "TOO_LARGE" | "TIME_PERIOD_EXPIRED" | "TIME_PERIOD_SHORT" | "TIME_PERIOD_LONG" | "ALREADY_UPDATED" | "RECORD_RATE_HIGH"
[src]

The cause for the update failure.

§
kind?: string
[src]

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

§

The time range which was rejected; empty for a request-wide failure.