Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a request error from a web service (i.e. the equivalent of a 4xx code in HTTP).

Access by calling const {MapsRequestError} = await google.maps.importLibrary("core"). See https://developers.google.com/maps/documentation/javascript/libraries.

Hierarchy

Index

Constructors

Properties

Identifies the type of error produced by the API.

Represents the network service that responded with the error.

message: string
name: string
stack?: string
prepareStackTrace?: ((err: Error, stackTraces: CallSite[]) => any)

Type declaration

stackTraceLimit: number

Methods

  • captureStackTrace(targetObject: object, constructorOpt?: Function): void
  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc