Skip to main content
Module

x/playfab_sdk/support/runtime.ts>PlayFabError

A collection of API modules, written in TypeScript, designed for use with Deno.
Latest
interface PlayFabError
implements Omit<RawResponse, "data">
import { type PlayFabError } from "https://deno.land/x/playfab_sdk@210511.0/support/runtime.ts";

The structure of any API error message from PlayFab.

Properties

errorCode: number

Numerical PlayFab error code.

optional
error: string

PlayFab error code.

optional
errorDetails: Record<string, unknown>

Detailed description of individual issues with the request object.

optional
errorMessage: string

Error message summary.