Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/expo_server_sdk_deno/index.ts>ExpoPushErrorReceipt

Server-side library for working with Expo using Deno
Latest
type alias ExpoPushErrorReceipt
import { type ExpoPushErrorReceipt } from "https://deno.land/x/expo_server_sdk_deno@1.0.4/index.ts";
definition: { status: "error"; message: string; details?: { error?:
| "DeviceNotRegistered"
| "InvalidCredentials"
| "MessageTooBig"
| "MessageRateExceeded"
; }; __debug?: unknown; }