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

WorldFailure

import type { WorldFailure } from "https://aws-api.deno.dev/v0.4/services/robomaker.ts?docs=full";

Information about a failed world.

interface WorldFailure {
failureCode?: WorldGenerationJobErrorCode | null;
failureCount?: number | null;
sampleFailureReason?: string | null;
}

§Properties

§

The failure code of the world export job if it failed:

InternalServiceError: Internal service error.

LimitExceeded: The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.

ResourceNotFound: The specified resource could not be found.

RequestThrottled: The request was throttled.

InvalidInput: An input parameter in the request is not valid.

§
failureCount?: number | null
[src]

The number of failed worlds.

§
sampleFailureReason?: string | null
[src]

The sample reason why the world failed. World errors are aggregated. A sample is used as the sampleFailureReason.