Skip to main content
Module

x/google_datastore/error.ts>DatastoreErrorOptions

A set of APIs that allow interfacing to Google Datastore on GCP from Deno.
Go to Latest
interface DatastoreErrorOptions
implements ErrorOptions
import { type DatastoreErrorOptions } from "https://deno.land/x/google_datastore@0.0.14/error.ts";

Options that can be set when creating a DatastoreError.

Properties

optional
status: number
optional
statusInfo: unknown
optional
statusText: string