Skip to main content
Module

x/playfab_sdk/support/runtime.ts>RawResponse

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

All responses from PlayFab have these keys at a minimum.

Properties

code: number

Numerical HTTP response code.

optional
status: string

String HTTP repsonse code.

optional
data: Record<string, unknown>

Optional data payload.