Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ErrorModel

Package version

interface

An interface representing ErrorModel. This object is returned when an error occurs in the Maps API

Hierarchy

  • ErrorModel

Index

Properties

Properties

Optional code

code: undefined | string
member

{string} [code] Error code. NOTE: This property will not be serialized. It can only be populated by the server.

Optional details

details: ErrorDetailsItem[]
member

{ErrorDetailsItem[]} [details] If available, a list of additional details about the error. NOTE: This property will not be serialized. It can only be populated by the server.

Optional message

message: undefined | string
member

{string} [message] If available, a human readable description of the error. NOTE: This property will not be serialized. It can only be populated by the server.

Optional target

target: undefined | string
member

{string} [target] If available, the component generating the error. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc